Android Question APK filesize suddenly 1Mb bigger

sorex

Expert
Licensed User
Longtime User
Yesterday I compiled a small update to one of my apps.

For some reason the APK file is suddenly 1Mb biggen than the previous compile.

The uncompressed classes.dex file even growed by 2.5Mb.

Is everything from firebase added by default these days even when only adding the 2 lines below to the manifest?


CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase)
CreateResourceFromFile(Macro, FirebaseAdMob.FirebaseAds)

In the picture below you see the previous apk content and on the right the new one.

capture_001_13112019_141046.jpg
 

sorex

Expert
Licensed User
Longtime User
indeed, it could be that I ran the updater a few weeks ago when I was about to change the targets from API 26 to 28.
 
Upvote 0
Top