Removing useless plugin apply
This commit is contained in:
parent
ea702f0a89
commit
b13a4aa0ee
1 changed files with 1 additions and 2 deletions
|
@ -21,9 +21,8 @@ buildscript {
|
|||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.3.3'
|
||||
if (googleFile.exists()) {
|
||||
classpath 'com.google.gms:google-services:3.+'
|
||||
classpath 'com.google.gms:google-services:3.1.0'
|
||||
}
|
||||
classpath 'com.google.gms:google-services:3.1.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue