Skip to content

Commit 30f24ad

Browse files
committed
Added missing dependencies and plugins for crashlytics
1 parent cf5b0a9 commit 30f24ad

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

crashlytics/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
3+
apply plugin: 'com.google.gms.google-services'
4+
apply plugin: 'com.google.firebase.crashlytics'
35

46
android {
57
compileSdkVersion 30
@@ -24,12 +26,10 @@ dependencies {
2426
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
2527
implementation 'androidx.appcompat:appcompat:1.3.1'
2628

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'
2931

3032
// For an optimal experience using Crashlytics, add the Firebase SDK
3133
// for Google Analytics. This is recommended, but not required.
3234
implementation 'com.google.firebase:firebase-analytics:19.0.0'
3335
}
34-
35-
apply plugin: 'com.google.gms.google-services'

crashlytics/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ buildscript {
77
}
88
dependencies {
99
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'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
12+
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
1213
}
1314
}
1415

0 commit comments

Comments
 (0)