spotify / ruler

Gradle plugin which helps you analyze the size of your Android apps.
Apache License 2.0
1.13k stars 58 forks source link

Update bundletool to 1.15.6 - rebase of #152 #160

Closed nathan3d closed 7 months ago

nathan3d commented 7 months ago

What has changed

Update bundletool to 1.15.6. Rebase of https://github.com/spotify/ruler/pull/152

Why was it changed

With current version of bundletool it is including only the base-master or base-variant(arm64).apk size. Bundletool has fixed the issue now and it gives the correct install size.

Thanks @ykhandelwal913