提高最小版本到24

This commit is contained in:
Lihongda 2024-01-05 02:15:15 +08:00
parent 9f93d3c9ce
commit c9b6558b12
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ allprojects {
ext { ext {
compileSdkVersion = 33 compileSdkVersion = 33
buildToolsVersion = "33.0.0" buildToolsVersion = "33.0.0"
minSdkVersion = 21 minSdkVersion = 24
targetSdkVersion = 33 targetSdkVersion = 33
} }