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 207fa08 commit f1fe045Copy full SHA for f1fe045
library/build.gradle
@@ -10,9 +10,9 @@ compileTestJava {
10
}
11
12
dependencies {
13
- compile 'com.google.code.gson:gson:2.8.0'
14
- compile 'com.squareup.okhttp3:okhttp:3.8.0'
15
- compile 'com.squareup.okhttp3:logging-interceptor:3.8.0'
+ compile 'com.google.code.gson:gson:2.8.1'
+ compile 'com.squareup.okhttp3:okhttp:3.8.1'
+ compile 'com.squareup.okhttp3:logging-interceptor:3.8.1'
16
17
testCompile 'junit:junit:4.12'
18
testCompile 'nl.jqno.equalsverifier:equalsverifier:2.3'
0 commit comments