diff --git a/app/build.gradle b/app/build.gradle index 7af48a8..3e696fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'