From ec67f2569adbab97b70e42efc4d59a45a46859bf Mon Sep 17 00:00:00 2001 From: Xcreen Date: Mon, 6 Jan 2020 10:27:54 +0100 Subject: [PATCH] Update Crashlytics --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a6160fe..c82f95a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,8 +36,8 @@ dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.google.android.material:material:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'com.google.firebase:firebase-core:16.0.5' - implementation 'com.crashlytics.sdk.android:crashlytics:2.9.6' + implementation 'com.google.firebase:firebase-core:17.2.1' + implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'