From 89782ac3f383ff7acb80dece4d7576874e51e5bc Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Wed, 12 Aug 2015 22:34:46 +0200 Subject: [PATCH] Updated fabric, observable scrollview and sliding up panel libs --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9c18aa42..6c7e4987 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile('com.crashlytics.sdk.android:crashlytics:2.5.0@aar') { + compile('com.crashlytics.sdk.android:crashlytics:2.5.1@aar') { transitive = true; } compile 'com.android.support:support-v4:22.2.1' @@ -84,10 +84,10 @@ dependencies { compile 'com.android.support:design:22.2.1' compile 'com.android.support:support-annotations:22.2.1' - compile 'com.github.ksoichiro:android-observablescrollview:1.5.1' + compile 'com.github.ksoichiro:android-observablescrollview:1.5.2' compile 'asia.ivity.android:drag-sort-listview:1.0' compile 'com.github.semoncat.seekarc:library:0.1' - compile 'com.sothree.slidinguppanel:library:3.0.0' + compile 'com.sothree.slidinguppanel:library:3.1.1' compile 'com.squareup.retrofit:retrofit:1.9.0' compile 'com.squareup.okhttp:okhttp:2.4.0'