diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle index 385fc5ea..5081fc51 100644 --- a/Clover/app/build.gradle +++ b/Clover/app/build.gradle @@ -67,7 +67,7 @@ android { } dependencies { - compile 'org.jsoup:jsoup:1.7.3' + compile 'org.jsoup:jsoup:1.8.1' compile 'com.j256.ormlite:ormlite-core:4.48' compile 'com.j256.ormlite:ormlite-android:4.48' compile 'com.android.support:support-v13:18.0.0'