diff --git a/gradle.properties b/gradle.properties index 2ac41b8..62e2d83 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,8 +24,8 @@ android.nonTransitiveRClass=true GROUP=com.segment.analytics.kotlin -VERSION_CODE=111 -VERSION_NAME=1.1.1 +VERSION_CODE=112 +VERSION_NAME=1.1.2 POM_NAME=Substrata POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app. diff --git a/gradle/promote.gradle b/gradle/promote.gradle index 33dea87..7bba88a 100644 --- a/gradle/promote.gradle +++ b/gradle/promote.gradle @@ -29,6 +29,10 @@ nexusPublishing { in system environments be sure to set the variable names exactly as above. */ - sonatype() + sonatype { + // New Portal OSSRH Staging API endpoints + nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) + snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) + } } } \ No newline at end of file