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 c87f3e3 commit 23ccb95Copy full SHA for 23ccb95
1 file changed
build.gradle
@@ -95,7 +95,7 @@ if (project.hasProperty("signing.keyId")) {
95
}
96
97
dependencies {
98
- compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.14.6'
+ compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.3.1'
99
compile group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.3.1'
100
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
101
0 commit comments