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-04-29 00:52:55 -04:00
parent 0deadd5611
commit 68241851c1

View File

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