From ac67ec8febf48f6200299ba9f4bb15d33f723177 Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Mon, 4 Aug 2025 15:25:28 -0500 Subject: [PATCH 1/2] prepare release 1.1.2 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. From 76c2b4dfb8701212ac5b91ade4f805fd59131193 Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Mon, 4 Aug 2025 15:35:07 -0500 Subject: [PATCH 2/2] update nexus staging api --- gradle/promote.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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