Skip to content

Commit

Permalink
chore: set minSdk to 21 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem13327 authored Jun 30, 2024
1 parent cdc9f6f commit 04d3128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {

defaultConfig {
applicationId = "net.youapps.calcyou"
minSdk = 24
minSdk = 21
targetSdk = 34
versionCode = 3
versionName = "1.2"
Expand Down Expand Up @@ -75,4 +75,4 @@ dependencies {
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
}
}

0 comments on commit 04d3128

Please sign in to comment.