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 3ad7356 commit 7cd40a0Copy full SHA for 7cd40a0
library/build.gradle
@@ -5,8 +5,8 @@ targetCompatibility = 1.6
5
6
dependencies {
7
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'
+ compile 'com.squareup.okhttp3:okhttp:3.6.0'
+ compile 'com.squareup.okhttp3:logging-interceptor:3.6.0'
10
11
testCompile 'junit:junit:4.12'
12
}
0 commit comments