File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
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 @@ -15,8 +15,8 @@ android {
15
15
16
16
minSdkVersion 16
17
17
targetSdkVersion 30
18
- versionCode 1
19
- versionName " 1.0 .0"
18
+ versionCode 2
19
+ versionName " 1.2 .0"
20
20
21
21
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
22
22
consumerProguardFiles " consumer-rules.pro"
Original file line number Diff line number Diff line change 16
16
dependencies {
17
17
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
18
18
// MAIN DEPS
19
- api ' com.github.segmentio:sovran-kotlin:0.1 .0'
19
+ api ' com.github.segmentio:sovran-kotlin:1.0 .0'
20
20
api " org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.1"
21
21
implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9'
22
22
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.0 .0"
4
+ const val LIBRARY_VERSION = " 1.2 .0"
5
5
}
You can’t perform that action at this time.
0 commit comments