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-02-17 17:51:42 -05:00
parent 44124ba2a3
commit ed2fbc6144

View File

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