Skip to content

Commit

Permalink
Lower minSdk version to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
zt64 committed Sep 13, 2024
1 parent 05069e9 commit 41af9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ subprojects {
compileSdk = 34

defaultConfig {
minSdk = 24
minSdk = 21
}

buildFeatures {
Expand Down

0 comments on commit 41af9c9

Please sign in to comment.