Thanks to visit codestin.com Credit goes to github.com
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 c308c69 commit 681920dCopy full SHA for 681920d
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.16.3"
+ const val LIBRARY_VERSION = "1.16.4"
5
const val DEFAULT_API_HOST = "api.segment.io/v1"
6
const val DEFAULT_CDN_HOST = "cdn-settings.segment.com/v1"
7
}
gradle.properties
@@ -23,8 +23,8 @@ kotlin.code.style=official
23
# Deployment variables
24
GROUP=com.segment.analytics.kotlin
25
26
-VERSION_CODE=1163
27
-VERSION_NAME=1.16.3
+VERSION_CODE=1164
+VERSION_NAME=1.16.4
28
29
POM_NAME=Segment for Kotlin
30
POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.
0 commit comments