Skip to content

Commit 9998973

Browse files
committed
didnt mean to commit those
1 parent ab988e0 commit 9998973

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

build.gradle

+9-9
Original file line numberDiff line numberDiff line change
@@ -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-
}
1+
//buildscript {
2+
// repositories {
3+
// google()
4+
// mavenCentral()
5+
// }
6+
// dependencies {
7+
// classpath 'com.google.gms:google-services:4.3.15'
8+
// }
9+
//}
1010

1111
plugins {
1212
id 'com.android.application' version '8.0.0' apply false

example/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
plugins {
99
id 'com.android.application'
1010
id 'org.jetbrains.kotlin.android'
11-
id 'com.google.gms.google-services'
11+
// id 'com.google.gms.google-services'
1212
}
1313

1414
android {

0 commit comments

Comments
 (0)