From 820dbd4fd3f8b0c156c08e3cf040f7325d61eb3b Mon Sep 17 00:00:00 2001 From: lloydtorres Date: Thu, 15 Feb 2018 23:57:13 -0500 Subject: [PATCH] Update Crashlytics --- Stately/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stately/app/build.gradle b/Stately/app/build.gradle index dadd1533..f87f8064 100644 --- a/Stately/app/build.gradle +++ b/Stately/app/build.gradle @@ -43,7 +43,7 @@ dependencies { exclude module: 'stax-api' exclude module: 'xpp3' } - compile('com.crashlytics.sdk.android:crashlytics:2.8.0@aar') { + compile('com.crashlytics.sdk.android:crashlytics:2.9.0@aar') { transitive = true } compile 'com.android.support:appcompat-v7:27.0.2'