Skip to content

Commit

Permalink
prepare release 1.19.0 (#254)
Browse files Browse the repository at this point in the history
* prepare release 1.19.0

* update version of sample app

---------

Co-authored-by: Wenxi Zeng <[email protected]>
  • Loading branch information
wenxi-zeng and Wenxi Zeng authored Feb 10, 2025
1 parent cff1a1c commit d6ab914
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion samples/kotlin-android-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
defaultConfig {
multiDexEnabled true
applicationId "com.segment.analytics.next"
minSdkVersion 19
minSdkVersion 33
targetSdkVersion 33
versionCode 3
versionName "2.0"
Expand Down

0 comments on commit d6ab914

Please sign in to comment.