Skip to content

Commit 2be4602

Browse files
authored
Wenxi/fix release issue (#203)
* fix release issue * fix release issue * prepare snapshot for 1.14.1
1 parent 2908754 commit 2be4602

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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']
3636
jvmTarget = "1.8"
3737
}
3838
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.segment.analytics.kotlin.core
22

33
object Constants {
4-
const val LIBRARY_VERSION = "1.13.5"
4+
const val LIBRARY_VERSION = "1.14.1"
55
const val DEFAULT_API_HOST = "api.segment.io/v1"
66
const val DEFAULT_CDN_HOST = "cdn-settings.segment.com/v1"
77
}

0 commit comments

Comments
 (0)