Skip to content

Commit b511854

Browse files
authored
Merge pull request #128 from KevinnZou/feature/android_min_sdk
feat:Downgrade minSdk to 21
2 parents fc9002f + f4d06c6 commit b511854

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
1313
android.useAndroidX=true
1414
android.compileSdk=34
1515
android.targetSdk=34
16-
android.minSdk=24
16+
android.minSdk=21
1717

1818
#Versions
1919
kotlin.version=1.9.20

sample/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ android {
7676
sourceSets["main"].resources.srcDirs("src/commonMain/resources")
7777

7878
defaultConfig {
79-
minSdk = 24
79+
minSdk = 21
8080
}
8181
compileOptions {
8282
sourceCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)