Bundletool Versions Save

Bundletool is a command-line tool to manipulate Android App Bundles

1.2.0

3 years ago

What's new

  • Support options to generate system APKs with uncompressed native libraries and uncompressed dex.

1.1.0

3 years ago

What's new

  • ADB support for install-multi-apks
  • Verbose log for build-apks
  • Fix Wear APK path resolution

1.0.0

3 years ago

What's new

  • Merge unconditional install-time modules into base module by default.
  • Add --overwrite (overwriteOutput) option to BuildBundleCommand.

0.15.0

4 years ago

What's new

  • Support output-zip option for bundletool extract-apks command that allows to output requested apks into zip archive.
  • Forbid application downgrades in bundletool install-multiple-apks.

Bugs fixed

  • Java error 5 (access denied) when running install-apks from path with adb folder name #158.

0.14.0

4 years ago

What's new

  • Command bundletool install-multiple-apks that allows to install multiple applications in one commit session.
  • Asset modules are included for size computation in bundletool get-size command.

Bugs fixed

  • Bundles can not be packaged with wrap.sh #149.
  • Bundletool doesn't fetch the attributes in styles.xml if there are more than one dpi #128.

0.13.4

4 years ago

What's new

  • Support splits by texture compression format.

Bug fixed

  • Android Manifest uses the wrong style resource id when building a universal apk with dynamic features #68.

0.13.3

4 years ago

What's new

  • Skip dex merging in universal APK for devices that have multidex support

Bug fixed

  • Force compressed native libraries for bundles with NativeActivities on Android 6 #134
  • Retry temp directory cleanup #61

0.13.0

4 years ago

What's new

  • Support for keeping resources with given names in the master split.

Bug fixed

  • --modules=__ALL__ now also includes asset modules.

0.12.0

4 years ago

What's new

  • Texture compression format targeting now supports stripping prefixes from directory names.
  • Added support for .pb manifest for APEX format.
  • Support for building test-only APKs through new flag --test-only. #88

Bugs fixed

  • Fixed metadata of APKs built with standalone bundletool. #94
  • Fixed path matcher that crashed in some cases. #100
  • Make order of the targeting values/alternatives deterministic in the table of contents.

0.11.0

4 years ago

What's new

  • APKs with minSdkVersion >= 22 are now signed only with v2 signing scheme, thus removing the jar signing files under META-INF.
  • Added support for conditional modules based on maxSdkVersion.
  • Preparing support for targeting directories by texture compression format.

Fixed bugs

  • 64-bit libraries are also stripped from the universal APK in the present of .bc (bitcode) files since the Android platform does not support 64-bit with them.