We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Describe the solution you'd like
Currently, there's only the option to toggle the .aab build:
.aab
But this, triggers both assembleRelease and bundleRelease, generating both an .apk and an .aab.
assembleRelease
bundleRelease
.apk
Is there any way, we could only, bundleRelease and generate only an .aab?