From e02b789e3847e6395d5f183fa2f75a8727513d49 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Mon, 12 Jun 2017 22:39:30 +0200 Subject: [PATCH] Update libraries --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cf8b6765..a6ac3652 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,9 +90,9 @@ dependencies { compile "com.android.support:preference-v7:$supportLibVersion" compile "com.android.support:preference-v14:$supportLibVersion" - compile "com.crashlytics.sdk.android:crashlytics:2.6.2" + compile 'com.crashlytics.sdk.android:crashlytics:2.6.7' - compile "com.github.kabouzeid:app-theme-helper:1.3.7" + compile 'com.github.kabouzeid:app-theme-helper:1.3.7' compile 'com.github.kabouzeid:RecyclerView-FastScroll:1.9-kmod' compile 'com.github.kabouzeid:SeekArc:1.2-kmod' compile 'com.github.kabouzeid:AndroidSlidingUpPanel:3.3.0-kmod3'