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 34
34
restore-keys : |
35
35
${{ runner.os }}-gradle-core-
36
36
- name : Publush release to sonatype
37
- run : ./gradlew publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
37
+ run : ./gradlew clean build publish publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
38
38
env :
39
39
SIGNING_KEY_ID : ${{ secrets.SIGNING_KEY_ID }}
40
40
SIGNING_KEY_PASSWORD : ${{ secrets.SIGNING_KEY_PASSWORD }}
Original file line number Diff line number Diff line change 1
1
package com.segment.analytics.kotlin.core
2
2
3
3
object Constants {
4
- const val LIBRARY_VERSION = " 1.14.2 "
4
+ const val LIBRARY_VERSION = " 1.14.3 "
5
5
const val DEFAULT_API_HOST = " api.segment.io/v1"
6
6
const val DEFAULT_CDN_HOST = " cdn-settings.segment.com/v1"
7
7
}
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ kotlin.code.style=official
23
23
# Deployment variables
24
24
GROUP =com.segment.analytics.kotlin
25
25
26
- VERSION_CODE =1142
27
- VERSION_NAME =1.14.2
26
+ VERSION_CODE =1143
27
+ VERSION_NAME =1.14.3
28
28
29
29
POM_NAME =Segment for Kotlin
30
30
POM_DESCRIPTION =The hassle-free way to add analytics to your Kotlin app.
You can’t perform that action at this time.
0 commit comments