Skip to content

Commit

Permalink
⬇️ down minSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Apr 2, 2024
1 parent f6d01e9 commit 2f8f8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ android {
compileSdk = 34

defaultConfig {
minSdk = 24
minSdk = 21
targetSdk = 34

applicationId = "com.github.theapache64.rebugger.androidApp"
Expand Down
2 changes: 1 addition & 1 deletion rebugger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ android {
compileSdk = 34

defaultConfig {
minSdk = 24
minSdk = 21
}
sourceSets["main"].apply {
manifest.srcFile("src/androidMain/AndroidManifest.xml")
Expand Down

0 comments on commit 2f8f8fc

Please sign in to comment.