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-08 09:36:52 -04:00
parent 046f7f2450
commit eedeef9687

View File

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