Bump minSdk to 23

This commit is contained in:
topjohnwu
2023-03-17 04:24:16 -07:00
parent 33fb4653f0
commit af054e4e31
17 changed files with 98 additions and 208 deletions

View File

@ -74,7 +74,7 @@ fun Project.setupCommon() {
ndkPath = "$sdkDirectory/ndk/magisk"
defaultConfig {
minSdk = 21
minSdk = 23
targetSdk = 33
}