Bundletool Versions Save

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

1.15.6

5 months ago
  • build-sdk-apks: Java API of the command supports overriding the value of android:minSdkVersion attribute in the manifest of generated SDK APKs.

1.15.5

6 months ago

What's new

  • build-sdk-apks command now supports .asar format as input.

1.15.4

8 months ago

What's new

  • Set SDK patch version in the manifest of the app's SDK split.
  • Expose API for generating RuntimeEnabledSdkTable.
  • Rolled back isSplitRequired change temporarily released in 1.15.3 due to incompatibility with SDKs 29 and 30.

1.15.2

9 months ago

Whats new

  • extract-apks command now support reading toc.json in the .apks file/folder.
  • build-apks --mode=SYSTEM now can be run without specifying a screen density in the device spec. In this case, all densities will be included in the generated apk.

1.15.1

11 months ago

What's new

  • Bugfix in build-sdk-bundle command.

1.15.0

11 months ago

What's new

  • Added support for Watch Faces (documentation)
  • Added support for granting all runtime permissions during bundletool install-apks
  • Improvements to the generation of app splits from runtime-enabled SDKs for backwards compatibility

1.14.1

1 year ago

What's new

  • Enhancements to build-apks command related to handling runtime-enabled SDK dependencies of the App Bundle.

1.14.0

1 year ago

What’s new

  • Added a new command build-sdk-apks-for-app, which generates a backwards-compatible app APKs from a given runtime-enabled SDK archive for devices without SDK runtime support.

1.13.2

1 year ago

What's new

  • Enhancements and bugfixes to build-apks command related to handling runtime-enabled SDK dependencies of the App Bundle.
  • Ensure baseline profiles are always uncompressed

1.13.1

1 year ago

Bugfixes

  • build-apks command: bugfixes for supporting runtime-enabled SDK dependencies.
  • extract-apks command: install-time asset modules are now extracted regardless of the requested module names.