We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973b64e commit 321cc19Copy full SHA for 321cc19
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
minSdkVersion 14
10
targetSdkVersion 26
11
12
- versionCode 194
13
- versionName "v6.8"
+ versionCode 195
+ versionName "v6.9"
14
}
15
16
buildTypes {
@@ -44,8 +44,8 @@ android {
44
45
46
dependencies {
47
- implementation 'com.squareup.okhttp3:okhttp:3.10.0'
+ implementation 'com.squareup.okhttp3:okhttp:3.13.1'
48
implementation group: 'net.sourceforge.htmlcleaner', name: 'htmlcleaner', version: '2.6'
49
- implementation 'com.jayway.jsonpath:json-path:2.3.0'
+ implementation 'com.jayway.jsonpath:json-path:2.4.0'
50
implementation group: 'org.jsoup', name: 'jsoup', version: '1.11.3'
51
0 commit comments