1.10.0
What's new
- Added support for 7-zip's implementation of deflate algorithm for APKs compression.
- With this release all App Bundles built will have Store Archival enabled by default. Archival is a new App Bundle feature that in the future will allow users with low storage to effectively manage their app space, if supported by the store.
You can opt-out with a new option in the BundleConfig:
{
"optimizations": {
"storeArchive": {
"enabled": false
}
}
}
Other changes
- R8/D8 library is upgraded to the latest (3.3.28) version.