Fix Google Services version
This commit is contained in:
parent
64f9860899
commit
73dc9af83d
@ -1,5 +1,4 @@
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
def gitCommit = 'git rev-parse --short HEAD'.execute([], project.rootDir).text.trim()
|
||||
|
||||
@ -53,8 +52,9 @@ dependencies {
|
||||
compile 'de.measite.minidns:minidns-core:0.2.2'
|
||||
compile 'com.google.code.gson:gson:2.8.1'
|
||||
|
||||
compile 'com.google.firebase:firebase-core:11.0.4'
|
||||
compile 'com.google.firebase:firebase-crash:11.0.4'
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
|
Loading…
Reference in New Issue
Block a user