Skip to content

Commit 59e3cb3

Browse files
authored
Merge pull request #316 from sxci/up_okhttp/3.9.1
updates deps
2 parents c2814c5 + d083225 commit 59e3cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ dependencies {
1818
// if (c < 0) {
1919
// compile fileTree(dir: 'libs', include: '*.jar')
2020
// } else {
21-
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.3.1'
21+
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.9.1'
2222
// }
23-
compile group: 'com.google.code.gson', name: 'gson', version: '2.6.2'
23+
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.2'
2424
compile group: 'com.qiniu', name: 'happy-dns-java', version: '0.1.6'
2525
testCompile group: 'junit', name: 'junit', version: '4.12'
2626
}

0 commit comments

Comments
 (0)