Skip to content

Commit 294a175

Browse files
authored
Merge pull request #215 from WPH95/update_okhttp_version
fix bug: com.qiniu.http.Client throw NullPointerException
2 parents e60e334 + 16fd231 commit 294a175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
// if (c < 0) {
1919
// compile fileTree(dir: 'libs', include: '*.jar')
2020
// } else {
21-
compile group:'com.squareup.okhttp3', name:'okhttp', version:'3.2.0'
21+
compile group:'com.squareup.okhttp3', name:'okhttp', version:'3.3.1'
2222
// }
2323
compile group:'com.google.code.gson', name:'gson', version:'2.6.2'
2424
testCompile group: 'junit', name: 'junit', version: '4.12'

0 commit comments

Comments
 (0)