File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ plugins {
3
3
id " org.jetbrains.kotlin.android"
4
4
id " kotlin-kapt"
5
5
id " dagger.hilt.android.plugin"
6
+ id " com.google.firebase.crashlytics"
6
7
}
7
8
8
9
android {
@@ -65,4 +66,10 @@ dependencies {
65
66
// Hilt Worker with Kotlin
66
67
implementation " androidx.hilt:hilt-work:$hiltWorkerVersion "
67
68
kapt " androidx.hilt:hilt-compiler:$hiltCompilerVersion "
69
+
70
+ // BoM for the Firebase platform
71
+ implementation platform(' com.google.firebase:firebase-bom:31.1.0' )
72
+
73
+ // Crashlytics
74
+ implementation ' com.google.firebase:firebase-crashlytics'
68
75
}
Original file line number Diff line number Diff line change @@ -34,10 +34,12 @@ buildscript {
34
34
workManagerVersion = " 2.7.1"
35
35
hiltWorkerVersion = " 1.0.0"
36
36
hiltCompilerVersion = " 1.0.0"
37
+ crashlyticsVersion = " 2.9.2"
37
38
}
38
39
dependencies {
39
40
classpath " com.google.gms:google-services:$googleServiceVersion "
40
41
classpath " androidx.navigation:navigation-safe-args-gradle-plugin:$navVersion "
42
+ classpath " com.google.firebase:firebase-crashlytics-gradle:$crashlyticsVersion "
41
43
}
42
44
}
43
45
You can’t perform that action at this time.
0 commit comments