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'