We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab988e0 commit 9998973Copy full SHA for 9998973
build.gradle
@@ -1,12 +1,12 @@
1
-buildscript {
2
- repositories {
3
- google()
4
- mavenCentral()
5
- }
6
- dependencies {
7
- classpath 'com.google.gms:google-services:4.3.15'
8
9
-}
+//buildscript {
+// repositories {
+// google()
+// mavenCentral()
+// }
+// dependencies {
+// classpath 'com.google.gms:google-services:4.3.15'
+//}
10
11
plugins {
12
id 'com.android.application' version '8.0.0' apply false
example/build.gradle
@@ -8,7 +8,7 @@ buildscript {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
- id 'com.google.gms.google-services'
+// id 'com.google.gms.google-services'
}
13
14
android {
0 commit comments