Skip to content

Commit

Permalink
Feature: Lower minimum sdk to 21 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordond authored Sep 28, 2023
1 parent 4351f39 commit 89bc6cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ android {
compileSdk = libs.versions.sdk.compile.get().toInt()

defaultConfig {
minSdk = libs.versions.sdk.min.get().toInt()
minSdk = 24
targetSdk = libs.versions.sdk.target.get().toInt()

applicationId = "com.kmpalette.demo"
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
sdk-target = "34"
sdk-compile = "34"
sdk-min = "24"
sdk-min = "21"
agp = "8.1.1"
kotlin = "1.9.10"
ktor = "2.3.4"
Expand All @@ -25,7 +25,7 @@ binaryCompatibility = "0.13.2"
dokka = "1.9.0"
publish = "0.25.3"
libres = "1.2.0-beta01"
materialKolor = "1.2.5"
materialKolor = "1.2.6"
kermit = "2.0.1"
voyager = "1.0.0-rc07"
kover = "0.7.3"
Expand Down

0 comments on commit 89bc6cc

Please sign in to comment.