Skip to content

1.12.0

Compare
Choose a tag to compare
@ymakhno ymakhno released this 19 Oct 00:39
· 16 commits to master since this release

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
    }
  }
}

or by including special marker file res/xml/uncompressed_dex_opt_out.xml in the base module of your Android App Bundle.

  • 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.