Skip to content

Commit d6ab914

Browse files
authored
prepare release 1.19.0 (#254)
* prepare release 1.19.0 * update version of sample app --------- Co-authored-by: Wenxi Zeng <[email protected]>
1 parent cff1a1c commit d6ab914

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.segment.analytics.kotlin.core
22

33
object Constants {
4-
const val LIBRARY_VERSION = "1.18.2"
4+
const val LIBRARY_VERSION = "1.19.0"
55
const val DEFAULT_API_HOST = "api.segment.io/v1"
66
const val DEFAULT_CDN_HOST = "cdn-settings.segment.com/v1"
77
}

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ kotlin.code.style=official
2323
# Deployment variables
2424
GROUP=com.segment.analytics.kotlin
2525

26-
VERSION_CODE=1182
27-
VERSION_NAME=1.18.2
26+
VERSION_CODE=1190
27+
VERSION_NAME=1.19.0
2828

2929
POM_NAME=Segment for Kotlin
3030
POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.

samples/kotlin-android-app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
defaultConfig {
1212
multiDexEnabled true
1313
applicationId "com.segment.analytics.next"
14-
minSdkVersion 19
14+
minSdkVersion 33
1515
targetSdkVersion 33
1616
versionCode 3
1717
versionName "2.0"

0 commit comments

Comments
 (0)