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 3edf17c commit b1a39f4Copy full SHA for b1a39f4
build.gradle
@@ -89,7 +89,7 @@ ext.publishedArtifactId = { project ->
89
allprojects {
90
group = 'com.squareup.okhttp3'
91
project.ext.artifactId = rootProject.ext.publishedArtifactId(project)
92
- version = '4.9.2'
+ version = '4.9.3-SNAPSHOT'
93
94
repositories {
95
mavenCentral()
0 commit comments