This page explains what's in the recent updates to the Play In-App Updates Library.
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
startUpdateFlowForResult
API which uses Activity Result APIs.
2.0.1 (October 2022)
- Introduced
AppUpdateInfo.getFailedUpdatePreconditions()
, which can be used whenisUpdateTypeAllowed()
returns false to determine the reason why an update cannot be started. - 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.