1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-14 07:22:20 +03:00

Prepare next development version.

This commit is contained in:
Jesse Wilson
2021-01-30 13:10:04 -05:00
parent 63dcd95bfa
commit eb5a8343ea

View File

@@ -89,7 +89,7 @@ ext.publishedArtifactId = { project ->
allprojects {
group = 'com.squareup.okhttp3'
project.ext.artifactId = rootProject.ext.publishedArtifactId(project)
version = '4.9.1'
version = '4.9.2-SNAPSHOT'
repositories {
mavenCentral()