File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
core/src/main/java/com/segment/analytics/kotlin/core Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ allprojects {
3232 }
3333 tasks. withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ). all {
3434 kotlinOptions {
35- freeCompilerArgs = [' -Xjvm-default=enable ' ] // enable or compatibility
35+ freeCompilerArgs = [' -Xjvm-default=all|all-compatibility ' ] // enable or compatibility
3636 jvmTarget = " 1.8"
3737 }
3838 }
Original file line number Diff line number Diff line change 11package com.segment.analytics.kotlin.core
22
33object Constants {
4- const val LIBRARY_VERSION = " 1.13.5 "
4+ const val LIBRARY_VERSION = " 1.14.0 "
55 const val DEFAULT_API_HOST = " api.segment.io/v1"
66 const val DEFAULT_CDN_HOST = " cdn-settings.segment.com/v1"
77}
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ kotlin.code.style=official
2323# Deployment variables
2424GROUP =com.segment.analytics.kotlin
2525
26- VERSION_CODE =1141
27- VERSION_NAME =1.14.1
26+ VERSION_CODE =1140
27+ VERSION_NAME =1.14.0
2828
2929POM_NAME =Segment for Kotlin
3030POM_DESCRIPTION =The hassle-free way to add analytics to your Kotlin app.
You can’t perform that action at this time.
0 commit comments