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 toget-size
command. - Code transparency enhancements:
- additional flag
--allow-shared-user-id
inadd-transparency
command allows to add code transparency to applications withsharedUserId
; - dex files used in archived APK are included into code transparency file.
- additional flag
- 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
andguava
libraries.