Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Google Play Services ads override #379 #484

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michan85
Copy link

@michan85 michan85 commented Nov 6, 2019

fix for #379

using a for "+" version for the ads version always takes latest so when combined with other libraries (eg. firebase) causes version mismatches and duplicate class errors on android.

to override the version add

rootProject.ext.googlePlayServicesAdsVersion = "17.1.0"

in your build.gradle (android/build.gradle)
you will probably need to figure out the correct version you need
check the versions here:
https://mvnrepository.com/artifact/com.google.android.gms/play-services-ads

feat(android): override playservices ads version sbugert#379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant