From 32f8a8acddb8c995f907c105d21fd1ce4364a291 Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Thu, 6 Feb 2025 16:22:21 -0600 Subject: [PATCH 1/2] prepare release 1.19.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 2cd9283c..ea737955 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.18.2" + const val LIBRARY_VERSION = "1.19.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 e7cfa64f..cdda38d7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin -VERSION_CODE=1182 -VERSION_NAME=1.18.2 +VERSION_CODE=1190 +VERSION_NAME=1.19.0 POM_NAME=Segment for Kotlin POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app. From 375ac364fa4564d7a9b654e752e0aadec59b0056 Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Thu, 6 Feb 2025 16:37:00 -0600 Subject: [PATCH 2/2] update version of sample app --- samples/kotlin-android-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/kotlin-android-app/build.gradle b/samples/kotlin-android-app/build.gradle index 69389bec..e260d239 100644 --- a/samples/kotlin-android-app/build.gradle +++ b/samples/kotlin-android-app/build.gradle @@ -11,7 +11,7 @@ android { defaultConfig { multiDexEnabled true applicationId "com.segment.analytics.next" - minSdkVersion 19 + minSdkVersion 33 targetSdkVersion 33 versionCode 3 versionName "2.0"