提高最小版本到24
This commit is contained in:
parent
9f93d3c9ce
commit
c9b6558b12
|
|
@ -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
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue