Skip to content

Commit 1bee49c

Browse files
committed
Disable Google services
1 parent a19310c commit 1bee49c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:7.4.2'
1111

12-
classpath 'com.google.gms:google-services:4.3.15'
12+
// classpath 'com.google.gms:google-services:4.3.15'
1313

1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1515
}

sample/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'com.android.application'
3-
id 'com.google.gms.google-services'
3+
// id 'com.google.gms.google-services'
44
id 'kotlin-android'
55
}
66

@@ -60,7 +60,7 @@ dependencies {
6060
implementation 'com.github.zhombie.garage:image-coil:1.3.5'
6161

6262
// Firebase BoM
63-
implementation platform('com.google.firebase:firebase-bom:31.2.2')
63+
// implementation platform('com.google.firebase:firebase-bom:31.2.2')
6464

6565
implementation project(':core')
6666
}

0 commit comments

Comments
 (0)