We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7707ae1 commit 29361fcCopy full SHA for 29361fc
src/platforms/android/include.gradle
@@ -11,6 +11,6 @@ repositories {
11
}
12
13
dependencies {
14
- def googlePlayServicesVersion = project.hasProperty('googlePlayServicesVersion') ? project.googlePlayServicesVersion : '+'
+ def googlePlayServicesVersion = project.hasProperty('googlePlayServicesVersion') ? project.googlePlayServicesVersion : '16.0.0'
15
compile "com.google.android.gms:play-services-ads:$googlePlayServicesVersion"
16
0 commit comments