Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fandreuz committed Feb 6, 2019
1 parent 973b64e commit 321cc19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 14
targetSdkVersion 26

versionCode 194
versionName "v6.8"
versionCode 195
versionName "v6.9"
}

buildTypes {
Expand Down Expand Up @@ -44,8 +44,8 @@ android {
}
}
dependencies {
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'com.squareup.okhttp3:okhttp:3.13.1'
implementation group: 'net.sourceforge.htmlcleaner', name: 'htmlcleaner', version: '2.6'
implementation 'com.jayway.jsonpath:json-path:2.3.0'
implementation 'com.jayway.jsonpath:json-path:2.4.0'
implementation group: 'org.jsoup', name: 'jsoup', version: '1.11.3'
}

0 comments on commit 321cc19

Please sign in to comment.