Releases: google/bundletool
Releases · google/bundletool
1.17.2
- Additional validations for runtime-enabled bundles
- Added
dump-sdk-bundle
command.
1.17.1
Add an experimental feature to BundleConfig. Note that this is not yet functional and should not be used.
1.17.0
What's new
- Default page size is now set to 16 KB.
1.16.0
- Uncompressed dex enabled by default for Android Q+
- Update dependencies
1.15.6
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
What's new
build-sdk-apks
command now supports .asar
format as input.
1.15.4
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
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
What's new
- Bugfix in
build-sdk-bundle
command.
1.15.0
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