Skip to content

Releases: google/bundletool

1.15.6

07 Nov 17:50
Compare
Choose a tag to compare
  • 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

11 Oct 15:00
Compare
Choose a tag to compare

What's new

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

1.15.4

09 Aug 10:17
Compare
Choose a tag to compare

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

14 Jul 17:24
Compare
Choose a tag to compare

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

23 May 15:12
Compare
Choose a tag to compare

What's new

  • Bugfix in build-sdk-bundle command.

1.15.0

12 May 15:25
Compare
Choose a tag to compare

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

14 Apr 17:21
Compare
Choose a tag to compare

What's new

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

1.14.0

31 Jan 15:40
Compare
Choose a tag to compare

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

16 Dec 00:33
Compare
Choose a tag to compare

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

14 Nov 16:56
Compare
Choose a tag to compare

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.