Skip to content

Releases: google/bundletool

1.18.3

Choose a tag to compare

@pnowell pnowell released this 15 Dec 20:10

1.18.3

1.18.2

Choose a tag to compare

@gethughed gethughed released this 24 Sep 17:08
  • Fixed resource remapping of Style Items for runtime-enabled SDKs
  • Fixed deploy of runtime-enabled SDKs for API 33 devices
  • Added flag to inject variant-level minSdk into split APK Android manifests
  • Changed locale loading method to use LocaleLegacyCodes.
  • Add support for --allow-downgrade in install-multi-apks command.
  • Add support for T+ variant with uncompressed dex.
  • Fixed segmentation fault when installing bundles on wearable API 25 devices.
  • Added flag to enable sparse encoding

1.18.1

Choose a tag to compare

@w3roberts w3roberts released this 06 Mar 12:00
  • Run validation as part of the build-bundle command.

1.18.0

Choose a tag to compare

@w3roberts w3roberts released this 15 Jan 19:33
  • Updated bundletool help to include all commands.
  • Open-sourced the code which is used for building APKs with build-mode
    ARCHIVE.
  • Implemented support for device group targeting.
  • Bundles which use device groups can include a config file
    containing the definitions, passed as the bundle metadata file
    DeviceGroupConfig.json or DeviceGroupConfig.pb in the
    com.android.tools.build.bundletool namespace. If the metadata is present,
    it must define all device groups referenced in the bundle. Device groups
    will be matched in the order that they are defined. A catch-all group
    other is automatically added to the end of the list, to support any
    devices which aren't matched by any of the metadata-defined groups.
  • Fixed resource remapping for runtime-enabled SDKs.
  • Added additional information to DeviceSpec, for evaluating device group
    membership.

1.17.2

Choose a tag to compare

@w3roberts w3roberts released this 22 Oct 15:40
  • Additional validations for runtime-enabled bundles
  • Added dump-sdk-bundle command.

1.17.1

Choose a tag to compare

@gethughed gethughed released this 23 Jul 17:14

Add an experimental feature to BundleConfig. Note that this is not yet functional and should not be used.

1.17.0

Choose a tag to compare

@sopo-c sopo-c released this 27 Jun 17:20

What's new

  • Default page size is now set to 16 KB.

1.16.0

Choose a tag to compare

@gethughed gethughed released this 19 Apr 12:17
  • Uncompressed dex enabled by default for Android Q+
  • Update dependencies

1.15.6

Choose a tag to compare

@sopo-c sopo-c released this 07 Nov 17:50
  • 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

Choose a tag to compare

@sopo-c sopo-c released this 11 Oct 15:00

What's new

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