terveystalo / react-native-piwik-pro-sdk

React Native wrapper for Piwik Pro SDK
https://www.npmjs.com/package/react-native-piwik-pro-sdk
MIT License
2 stars 2 forks source link

fix: android crash on missing class #40

Closed aeirola closed 3 years ago

aeirola commented 3 years ago

Fixes an issue where the upstream Android SDK depends on an ancient version of the com.google.android.gms:play-services-basement library to include the class com.google.android.gms.ads.identifier.AdvertisingIdClient which has hence been moved to a separate library com.google.android.gms:play-services-ads-identifier.

The change caused crashes in certain situations where the application build updates the play-services-basement library, but not separately including the play-services-ads-identifier library.

Fixes #39