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 9906f2b commit d083225Copy full SHA for d083225
build.gradle
@@ -18,9 +18,9 @@ dependencies {
18
// if (c < 0) {
19
// compile fileTree(dir: 'libs', include: '*.jar')
20
// } else {
21
- compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.3.1'
+ compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.9.1'
22
// }
23
- compile group: 'com.google.code.gson', name: 'gson', version: '2.6.2'
+ compile group: 'com.google.code.gson', name: 'gson', version: '2.8.2'
24
compile group: 'com.qiniu', name: 'happy-dns-java', version: '0.1.6'
25
testCompile group: 'junit', name: 'junit', version: '4.12'
26
}
0 commit comments