Skip to content

Commit 7cd40a0

Browse files
committed
Update OkHttp 3.6.0
1 parent 3ad7356 commit 7cd40a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ targetCompatibility = 1.6
55

66
dependencies {
77
compile 'com.google.code.gson:gson:2.8.0'
8-
compile 'com.squareup.okhttp3:okhttp:3.5.0'
9-
compile 'com.squareup.okhttp3:logging-interceptor:3.5.0'
8+
compile 'com.squareup.okhttp3:okhttp:3.6.0'
9+
compile 'com.squareup.okhttp3:logging-interceptor:3.6.0'
1010

1111
testCompile 'junit:junit:4.12'
1212
}

0 commit comments

Comments
 (0)