Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

fix: android crash on missing class #40

Merged
merged 1 commit into from
Jan 8, 2021

Conversation

aeirola
Copy link
Contributor

@aeirola aeirola commented Jan 8, 2021

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

@aeirola aeirola added the bug Something isn't working label Jan 8, 2021
@aeirola aeirola self-assigned this Jan 8, 2021
@aeirola aeirola merged commit 036fe91 into master Jan 8, 2021
@aeirola aeirola deleted the fix-android-crash-on-missing-class branch January 8, 2021 13:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

Android crash java.lang.ClassNotFoundException
1 participant