github google/bundletool 1.12.0

latest releases: 1.15.6, 1.15.5, 1.15.4...
23 months ago

What's new

  • Variant with uncompressed DEX files is enabled by default for Android S+ devices. You can opt-out with an option in the BundleConfig:
{
  "optimizations": {
    "uncompressDexFiles": {
      "enabled": false
    }
  }
}
  • Enhanced support for runtime-enabled SDK dependencies in build-apks command for Android S devices and below.
  • Added SDK_RUNTIME dimension to get-size command.
  • Code transparency enhancements:
    • additional flag --allow-shared-user-id in add-transparency command allows to add code transparency to applications with sharedUserId;
    • dex files used in archived APK are included into code transparency file.
  • Archived apps:
    • added icon treatment for archived apps to make it easier for users to distinguish them from fully installed apps;
    • improved startup behaviour of archived apps.

Other changes

  • Upgraded protobuf and guava libraries.

Don't miss a new bundletool release

NewReleases is sending notifications on new releases.