This page explains what's in the recent updates to the Play Asset Delivery Library.
2.2.2 (May 2024)
- Fixed a rare bug which caused asset pack installation to fail consistently for certain packs.
2.2.1 (March 2024)
- Bug fix for
showConfirmationDialog
.
2.2.0 (February 2024)
- Added a new
showConfirmationDialog
API which allows users to update the app if the currently installed version is incompatible. - Deprecated the
showCellularDataConfirmation
APIs in favor ofshowConfirmationDialog
.
2.1.0 (May 2023)
- Added support for the upcoming Android 14 release. Apps targeting Android 14 and above must upgrade to this version.
- Added a new
showCellularDataConfirmation
API which uses Activity Result APIs.
2.0.2 (March 2023)
- Minor stability and bug fixes.
2.0.1 (October 2022)
- Increased Play Services Task & Common dependency to 18.0.2 and 18.1.0 respectively.
- Fixed a crash.
2.0.0 (May 2022)
- Initial partitioned release, following the deprecation of monolithic Play Core releases.