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 5b75ca2 commit 864c3b8Copy full SHA for 864c3b8
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.7.0'
9
- compile 'com.squareup.okhttp3:logging-interceptor:3.7.0'
+ compile 'com.squareup.okhttp3:okhttp:3.8.0'
+ compile 'com.squareup.okhttp3:logging-interceptor:3.8.0'
10
11
testCompile 'junit:junit:4.12'
12
}
0 commit comments