Hello,
Following Google's switch from apk to aab, there has been a change in the generation of APK by the command ojet build android:
ojet build android generates a unsigned debug .apk
ojet build android --release generates a release .aab
Is there a way to force generate a release (minimized) apk ?
Thanks