File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868- Kotlin 2.1.0
6969- Add dedicated Android target
7070 - JVM target uses JDK 11
71- - Android Target uses JDK 1.8 for maximum compatibility
71+ - Android Target uses JDK 1.8 for maximum compatibility
72+
73+ ## 1.9.2
74+ - Simplify build and add BCV thanks to @Goooler
75+ - lower Android ` minSdk ` to 21 (5.0 Lollipop)
Original file line number Diff line number Diff line change 1010[ ![ Kotlin] ( https://img.shields.io/badge/kotlin-multiplatform-orange.svg?logo=kotlin )] ( http://kotlinlang.org )
1111[ ![ Kotlin] ( https://img.shields.io/badge/kotlin-2.1.0-blue.svg?logo=kotlin )] ( http://kotlinlang.org )
1212![ Java] ( https://img.shields.io/badge/java-11-blue.svg?logo=OPENJDK )
13- [ ![ Android] ( https://img.shields.io/badge/Android-SDK--30 -37AA55?logo=android )] ( https://developer.android.com/tools/releases/platforms#11 )
13+ [ ![ Android] ( https://img.shields.io/badge/Android-SDK--21 -37AA55?logo=android )] ( https://developer.android.com/tools/releases/platforms#5.0 )
1414[ ![ Maven Central] ( https://img.shields.io/maven-central/v/at.asitplus/kmmresult )] ( https://mvnrepository.com/artifact/at.asitplus/kmmresult/ )
1515
1616
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kotlin.mpp.enableCInteropCommonization=true
44kotlin.mpp.stability.nowarn =true
55kotlin.native.ignoreDisabledTargets =true
66
7- artifactVersion = 1.9.2-SNAPSHOT
7+ artifactVersion = 1.9.2
88org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
99android.experimental.lint.version =8.5.0
1010android.lint.useK2Uast =true
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ android {
133133 targetCompatibility = JavaVersion .VERSION_1_8
134134 }
135135 defaultConfig {
136- minSdk = 30
136+ minSdk = 21
137137 }
138138}
139139
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ android {
142142 targetCompatibility = JavaVersion .VERSION_1_8
143143 }
144144 defaultConfig {
145- minSdk = 30
145+ minSdk = 21
146146 }
147147}
148148
You can’t perform that action at this time.
0 commit comments