File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
dependencies {
10
10
classpath ' com.android.tools.build:gradle:7.4.2'
11
11
12
- classpath ' com.google.gms:google-services:4.3.15'
12
+ // classpath 'com.google.gms:google-services:4.3.15'
13
13
14
14
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
15
15
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' com.android.application'
3
- id ' com.google.gms.google-services'
3
+ // id 'com.google.gms.google-services'
4
4
id ' kotlin-android'
5
5
}
6
6
@@ -60,7 +60,7 @@ dependencies {
60
60
implementation ' com.github.zhombie.garage:image-coil:1.3.5'
61
61
62
62
// Firebase BoM
63
- implementation platform(' com.google.firebase:firebase-bom:31.2.2' )
63
+ // implementation platform('com.google.firebase:firebase-bom:31.2.2')
64
64
65
65
implementation project(' :core' )
66
66
}
You can’t perform that action at this time.
0 commit comments