From 31bc6ce56cc432d277a2d0a075bdbd2d3ae999df Mon Sep 17 00:00:00 2001 From: Floens Date: Sun, 21 Jun 2015 21:05:52 +0200 Subject: [PATCH] Update gif-drawable, okhttp, jsoup, ssiv --- 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 e9ae2c71..b1923d3f 100644 --- a/Clover/app/build.gradle +++ b/Clover/app/build.gradle @@ -78,12 +78,12 @@ dependencies { compile 'com.android.support:support-annotations:22.2.0' compile 'com.android.support:design:22.2.0' - compile 'org.jsoup:jsoup:1.8.1' + compile 'org.jsoup:jsoup:1.8.2' 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.0' - compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.1.3' - compile 'com.squareup.okhttp:okhttp:2.3.0' + 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 'de.greenrobot:eventbus:2.4.0' debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'