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 f3a545e commit 879a41dCopy full SHA for 879a41d
android/build.gradle
@@ -15,8 +15,8 @@ android {
15
16
minSdkVersion 16
17
targetSdkVersion 30
18
- versionCode 2
19
- versionName "1.2.0"
+ versionCode 130
+ versionName "1.3.0"
20
21
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
22
consumerProguardFiles "consumer-rules.pro"
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.2.0"
+ const val LIBRARY_VERSION = "1.3.0"
5
const val DEFAULT_API_HOST = "api.segment.io/v1"
6
const val DEFAULT_CDN_HOST = "cdn-settings.segment.com/v1"
7
}
0 commit comments