- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 676
 
Closed
Description
This would be nice to do because it would probably make our app somewhat smaller to download. Major apps with lots of developers reportedly get 10-40% smaller. Our recent releases are about 11MB as APKs.
Also, I get a reminder about this every time I upload a new release to the Play Store, or promote a release to beta or production.
Some information here (including the figures I've summarized as "10-40%"), and links to more info:
https://developer.android.com/platform/technology/app-bundle
Relevant in particular for us:
https://developer.android.com/studio/build/building-cmdline#bundle_build_gradle
sunako12