sbugert / react-native-admob

A react-native component for Google AdMob banners
BSD 2-Clause "Simplified" License
1.13k stars 532 forks source link

Android Google Play Services ads override #379 #484

Open michan85 opened 4 years ago

michan85 commented 4 years ago

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