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'