1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-12 10:23:16 +03:00

Prepare next development version.

This commit is contained in:
Jesse Wilson
2020-09-11 17:08:20 -04:00
parent cbeaf8f955
commit e71f8ffe10

View File

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