sbugert / react-native-admob

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

please update lib with removing + sign from gragle #480

Open mcanikhilprajapati opened 4 years ago

mcanikhilprajapati commented 4 years ago

implementation 'com.google.android.gms:play-services-ads:+'

this must be replce by implementation 'com.google.android.gms:play-services-ads:15.0.0'

koenpunt commented 4 years ago

Can you maybe explain why this would be necessary? Because it seems to work just fine for most people.