Describe the solution you'd like
Currently, there's only the option to toggle the .aab
build:
But this, triggers both assembleRelease
and bundleRelease
, generating both an .apk
and an .aab
.
Is there any way, we could only, bundleRelease
and generate only an .aab
?