From c77cfb11fbd26fd781b76d297b4fe0f7b5428f87 Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Tue, 7 Oct 2025 16:07:18 -0500 Subject: [PATCH] update version --- .../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 15c47619..8bf876a5 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.21.0" + const val LIBRARY_VERSION = "1.22.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 8c71c7fd..047fa9de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,8 +24,8 @@ android.disableAutomaticComponentCreation=true # Deployment variables GROUP=com.segment.analytics.kotlin -VERSION_CODE=1210 -VERSION_NAME=1.21.0 +VERSION_CODE=1220 +VERSION_NAME=1.22.0 POM_NAME=Segment for Kotlin POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.