File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
apply plugin : ' kotlin-android'
3
+ apply plugin : ' com.google.gms.google-services'
3
4
4
5
android {
5
6
compileSdkVersion 30
@@ -23,6 +24,6 @@ android {
23
24
dependencies {
24
25
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
25
26
implementation ' androidx.appcompat:appcompat:1.3.1'
26
- implementation " com.google.firebase:firebase-config-ktx:21.0.0 "
27
- implementation " com.google.firebase:firebase-perf-ktx:20.0.2 "
27
+ implementation " com.google.firebase:firebase-config-ktx:21.0.1 "
28
+ implementation " com.google.firebase:firebase-perf-ktx:20.0.4 "
28
29
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
}
8
8
dependencies {
9
9
classpath ' com.android.tools.build:gradle:7.0.0'
10
- classpath ' com.google.gms:google-services:4.3.8 '
10
+ classpath ' com.google.gms:google-services:4.3.10 '
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments