We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aae377 commit 69a31c9Copy full SHA for 69a31c9
core/src/main/java/com/segment/analytics/kotlin/core/Constants.kt
@@ -1,7 +1,7 @@
1
package com.segment.analytics.kotlin.core
2
3
object Constants {
4
- const val LIBRARY_VERSION = "1.4.0"
+ const val LIBRARY_VERSION = "1.4.1"
5
const val DEFAULT_API_HOST = "api.segment.io/v1"
6
const val DEFAULT_CDN_HOST = "cdn-settings.segment.com/v1"
7
}
gradle.properties
@@ -24,7 +24,7 @@ kotlin.code.style=official
24
GROUP=com.segment.analytics.kotlin
25
26
VERSION_CODE=140
27
-VERSION_NAME=1.4.0
+VERSION_NAME=1.4.1
28
29
POM_NAME=Segment for Kotlin
30
POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.
0 commit comments