You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.