File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
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'
4
+ apply plugin : ' com.google.firebase.crashlytics'
3
5
4
6
android {
5
7
compileSdkVersion 30
@@ -24,12 +26,10 @@ dependencies {
24
26
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
25
27
implementation ' androidx.appcompat:appcompat:1.3.1'
26
28
27
- implementation ' com.google.firebase:firebase-crashlytics:18.2.0 '
28
- implementation ' com.google.firebase:firebase-crashlytics-ktx:18.2.0 '
29
+ implementation ' com.google.firebase:firebase-crashlytics:18.2.7 '
30
+ implementation ' com.google.firebase:firebase-crashlytics-ktx:18.2.7 '
29
31
30
32
// For an optimal experience using Crashlytics, add the Firebase SDK
31
33
// for Google Analytics. This is recommended, but not required.
32
34
implementation ' com.google.firebase:firebase-analytics:19.0.0'
33
35
}
34
-
35
- apply plugin : ' com.google.gms.google-services'
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ 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
+ classpath ' com.google.firebase:firebase-crashlytics-gradle:2.8.1'
12
13
}
13
14
}
14
15
You can’t perform that action at this time.
0 commit comments