diff --git a/app/app.iml b/app/app.iml index a3a5ea0..8903f3d 100644 --- a/app/app.iml +++ b/app/app.iml @@ -129,7 +129,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 55332e0..e51079d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,7 +48,7 @@ dependencies { compile 'com.android.support:appcompat-v7:23.0.1' compile 'com.android.support:design:23.0.1' compile 'com.android.support:recyclerview-v7:23.0.1' - compile 'org.jsoup:jsoup:1.8.1' + compile 'org.jsoup:jsoup:1.8.3' compile 'com.squareup:otto:1.3.8' compile 'com.google.dagger:dagger:2.0.1' apt 'com.google.dagger:dagger-compiler:2.0.1'