From ccf84f5c344d416f1d4f4064cf983a60d5829ab6 Mon Sep 17 00:00:00 2001 From: stan Date: Thu, 5 Apr 2018 12:49:31 +0300 Subject: [PATCH] updated jsoup lib version --- app/app.iml | 3 ++- app/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/app.iml b/app/app.iml index afacb46..42225a3 100644 --- a/app/app.iml +++ b/app/app.iml @@ -77,6 +77,7 @@ + @@ -99,7 +100,7 @@ - + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index c287fd7..ffa6393 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { defaultConfig { versionCode 26 - versionName "1.64" + versionName "1.69" minSdkVersion 14 targetSdkVersion 23 } @@ -21,7 +21,7 @@ android { } dependencies { - compile 'org.jsoup:jsoup:1.8.1' + compile 'org.jsoup:jsoup:1.11.2' // EventBus compile 'org.greenrobot:eventbus:3.1.1' //compile 'com.scottyab:secure-preferences-lib:0.1.4'