Minor changes in build.gradle
This commit is contained in:
parent
d3baa8de36
commit
d668a8f8ab
1 changed files with 135 additions and 132 deletions
|
@ -23,6 +23,7 @@ buildscript {
|
|||
if (googleFile.exists()) {
|
||||
classpath 'com.google.gms:google-services:3.+'
|
||||
}
|
||||
classpath 'com.google.gms:google-services:3.1.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -194,3 +195,5 @@ task runApplication {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
|
|
Loading…
Reference in a new issue