Skip to content

0.9.0

Compare
Choose a tag to compare
@plecesne plecesne released this 11 Mar 18:18
· 56 commits to master since this release

What's new

  • Flag --universal no longer supported; replaced with --mode=universal (same behavior)
  • New ability to keep some resources in the base APK, even when splitting by screen-density or language is enabled. This is a feature of the build-bundle command used by build systems.
  • Bundletool dependencies updated to more recent versions.
  • Respect values of minSdkVersion/maxSdkVersion to avoid generating unnecessary APKs.
  • Finalizing the generation of APKs for the system image (--mode=system).

Bug fixes

  • A few fixes related to the "dump resources" command when printing values. Format of the output slightly changed to print the type before the value, and now quoting the value similarly to aapt2.