From 20c96238511eb6671a57a4a17093a6c09043dbaf Mon Sep 17 00:00:00 2001 From: Floens Date: Sun, 25 Oct 2015 13:56:30 +0100 Subject: [PATCH] Update dependencies --- Clover/app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle index d84c1600..80d943e0 100644 --- a/Clover/app/build.gradle +++ b/Clover/app/build.gradle @@ -81,12 +81,12 @@ dependencies { compile 'com.android.support:support-annotations:23.1.0' compile 'com.android.support:design:23.1.0' - compile 'org.jsoup:jsoup:1.8.2' + compile 'org.jsoup:jsoup:1.8.3' compile 'com.j256.ormlite:ormlite-core:4.48' compile 'com.j256.ormlite:ormlite-android:4.48' - compile 'pl.droidsonroids.gif:android-gif-drawable:1.1.7' - compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.1.4' - compile 'com.squareup.okhttp:okhttp:2.4.0' + compile 'pl.droidsonroids.gif:android-gif-drawable:1.1.10' + compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.4.1' + compile 'com.squareup.okhttp:okhttp:2.5.0' compile 'de.greenrobot:eventbus:2.4.0' debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'