Skip to content

Commit 321cc19

Browse files
committed
updated dependencies
1 parent 973b64e commit 321cc19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
minSdkVersion 14
1010
targetSdkVersion 26
1111

12-
versionCode 194
13-
versionName "v6.8"
12+
versionCode 195
13+
versionName "v6.9"
1414
}
1515

1616
buildTypes {
@@ -44,8 +44,8 @@ android {
4444
}
4545
}
4646
dependencies {
47-
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
47+
implementation 'com.squareup.okhttp3:okhttp:3.13.1'
4848
implementation group: 'net.sourceforge.htmlcleaner', name: 'htmlcleaner', version: '2.6'
49-
implementation 'com.jayway.jsonpath:json-path:2.3.0'
49+
implementation 'com.jayway.jsonpath:json-path:2.4.0'
5050
implementation group: 'org.jsoup', name: 'jsoup', version: '1.11.3'
5151
}

0 commit comments

Comments
 (0)