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

Updating bundletool version to 1.15.6 to fix the install size issue #152

Closed ykhandelwal913 closed 7 months ago

ykhandelwal913 commented 8 months ago

What has 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.

Why was it changed

Related issues

nathan3d commented 7 months ago

Can you repush this to trigger the checks?

nathan3d commented 7 months ago

merged the same change in PR #160