From c0fe57f2c9cb857d07e05eaab17bf99f13a67a91 Mon Sep 17 00:00:00 2001 From: Didier Garcia Date: Tue, 29 Oct 2024 10:17:12 -0400 Subject: [PATCH 1/2] Create release 1.17.0 --- .../main/java/com/segment/analytics/kotlin/core/Constants.kt | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/com/segment/analytics/kotlin/core/Constants.kt b/core/src/main/java/com/segment/analytics/kotlin/core/Constants.kt index a9196e9e..4bcbb3d1 100644 --- a/core/src/main/java/com/segment/analytics/kotlin/core/Constants.kt +++ b/core/src/main/java/com/segment/analytics/kotlin/core/Constants.kt @@ -1,7 +1,7 @@ package com.segment.analytics.kotlin.core object Constants { - const val LIBRARY_VERSION = "1.16.4" + const val LIBRARY_VERSION = "1.17.0" const val DEFAULT_API_HOST = "api.segment.io/v1" const val DEFAULT_CDN_HOST = "cdn-settings.segment.com/v1" } diff --git a/gradle.properties b/gradle.properties index ca67fe9a..a7896719 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin -VERSION_CODE=1164 -VERSION_NAME=1.16.4 +VERSION_CODE=1170 +VERSION_NAME=1.17.0 POM_NAME=Segment for Kotlin POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app. From 60b739aa8a6e5e9045f34439fe077bbf3b47042d Mon Sep 17 00:00:00 2001 From: Didier Garcia Date: Tue, 29 Oct 2024 10:19:30 -0400 Subject: [PATCH 2/2] Prepare snapshot 1.17.1-SNAPSHOT --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a7896719..ef6f3c94 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin -VERSION_CODE=1170 -VERSION_NAME=1.17.0 +VERSION_CODE=1171 +VERSION_NAME=1.17.1 POM_NAME=Segment for Kotlin POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.