Closed jpobst closed 2 months ago
Fixes: https://github.com/xamarin/GooglePlayServicesComponents/issues/900
In April 2022, Google deprecated the com.google.android.play:core package and split its functionality into four packages, including com.google.android.play:app-update.
com.google.android.play:core
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.
StateUpdatedListener.onStateUpdate (InstallState)
Fixes: https://github.com/xamarin/GooglePlayServicesComponents/issues/900
In April 2022, Google deprecated the
com.google.android.play:core
package and split its functionality into four packages, includingcom.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.