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 c33414f commit a1b5a77Copy full SHA for a1b5a77
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.20.0"
+ const val LIBRARY_VERSION = "1.21.0"
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,8 +24,8 @@ android.disableAutomaticComponentCreation=true
24
# Deployment variables
25
GROUP=com.segment.analytics.kotlin
26
27
-VERSION_CODE=1200
28
-VERSION_NAME=1.20.0
+VERSION_CODE=1210
+VERSION_NAME=1.21.0
29
30
POM_NAME=Segment for Kotlin
31
POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.
0 commit comments