Skip to content

Commit 864c3b8

Browse files
committed
Update OkHttp 3.8.0
1 parent 5b75ca2 commit 864c3b8

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.7.0'
9-
compile 'com.squareup.okhttp3:logging-interceptor:3.7.0'
8+
compile 'com.squareup.okhttp3:okhttp:3.8.0'
9+
compile 'com.squareup.okhttp3:logging-interceptor:3.8.0'
1010

1111
testCompile 'junit:junit:4.12'
1212
}

0 commit comments

Comments
 (0)