xamarin / GooglePlayServicesComponents

Other
315 stars 146 forks source link

[app-update] Copy metadata from original "core" package. #904

Closed jpobst closed 2 months ago

jpobst commented 3 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.

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.