We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c48117 commit cae6e52Copy full SHA for cae6e52
build.gradle
@@ -11,7 +11,7 @@ buildscript {
11
12
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
13
14
- classpath 'com.google.gms:google-services:4.4.0'
+// classpath 'com.google.gms:google-services:4.4.0'
15
16
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
17
}
sample/build.gradle
@@ -1,7 +1,7 @@
1
plugins {
2
id 'com.android.application'
3
4
- id 'com.google.gms.google-services'
+// id 'com.google.gms.google-services'
5
id 'com.google.firebase.crashlytics'
6
7
id 'kotlin-android'
0 commit comments