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-05-20 09:06:54 -04:00
parent 4c595553fb
commit 56d2f4ab9d

View File

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