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. 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"