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
2020-03-17 23:51:30 -04:00
parent 7334150d1d
commit 5ef2f9fd72

View File

@@ -90,7 +90,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.5.0-RC1' version = '4.5.0-SNAPSHOT'
repositories { repositories {
mavenCentral() mavenCentral()