Fix Google Services version

This commit is contained in:
PeratX 2017-09-17 11:01:58 +08:00
parent 64f9860899
commit 73dc9af83d

View File

@ -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'