This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
100.20240822-app-update-fix
jpobst
tagged this
22 Aug 18:36
Fixes: https://github.com/xamarin/GooglePlayServicesComponents/issues/900 In April 2022, [Google deprecated](https://developer.android.com/reference/com/google/android/play/core/release-notes) the `com.google.android.play:core` package and split its functionality into four packages, including `com.google.android.play:app-update`. We need to copy the fix in https://github.com/xamarin/GooglePlayServicesComponents/pull/709 to the new package in order for `StateUpdatedListener.onStateUpdate (InstallState)` to be implementable.