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 {
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"
Original file line number Diff line number Diff line change 1616dependencies {
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
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.0 .0"
4+ const val LIBRARY_VERSION = " 1.2 .0"
55}
You can’t perform that action at this time.
0 commit comments