Skip to content

Commit 85c7c23

Browse files
committed
prepare for release 1.2.0
1 parent 6514588 commit 85c7c23

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515

1616
minSdkVersion 16
1717
targetSdkVersion 30
18-
versionCode 1
19-
versionName "1.0.0"
18+
versionCode 2
19+
versionName "1.2.0"
2020

2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
consumerProguardFiles "consumer-rules.pro"

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test {
1616
dependencies {
1717
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
1818
// MAIN DEPS
19-
api 'com.github.segmentio:sovran-kotlin:0.1.0'
19+
api 'com.github.segmentio:sovran-kotlin:1.0.0'
2020
api "org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.1"
2121
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9'
2222

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.segment.analytics.kotlin.core
22

33
object Constants {
4-
const val LIBRARY_VERSION = "1.0.0"
4+
const val LIBRARY_VERSION = "1.2.0"
55
}

0 commit comments

Comments
 (0)