|
@@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
|
3
|
3
|
// Crashlytics integration is done as part of Firebase now, so it gets
|
4
|
4
|
// automagically activated with google-services.json
|
5
|
5
|
if (googleServicesEnabled) {
|
6
|
|
- apply plugin: 'io.fabric'
|
|
6
|
+ apply plugin: 'com.google.firebase.crashlytics'
|
7
|
7
|
}
|
8
|
8
|
|
9
|
9
|
// Use the number of seconds/10 since Jan 1 2019 as the versionCode.
|
|
@@ -70,10 +70,6 @@ android {
|
70
|
70
|
}
|
71
|
71
|
}
|
72
|
72
|
|
73
|
|
-repositories {
|
74
|
|
- maven { url 'https://maven.fabric.io/public' }
|
75
|
|
-}
|
76
|
|
-
|
77
|
73
|
dependencies {
|
78
|
74
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
79
|
75
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
|
@@ -87,9 +83,8 @@ dependencies {
|
87
|
83
|
// Firebase
|
88
|
84
|
// - Crashlytics
|
89
|
85
|
// - Dynamic Links
|
90
|
|
- implementation 'com.google.firebase:firebase-core:16.0.6'
|
91
|
|
- implementation 'com.crashlytics.sdk.android:crashlytics:2.9.8'
|
92
|
|
- implementation 'com.google.firebase:firebase-dynamic-links:16.1.5'
|
|
86
|
+ implementation 'com.google.firebase:firebase-crashlytics:17.2.1'
|
|
87
|
+ implementation 'com.google.firebase:firebase-dynamic-links:19.1.0'
|
93
|
88
|
}
|
94
|
89
|
|
95
|
90
|
implementation project(':sdk')
|