mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-13 05:37:47 +02:00
Bump minSdk to 23
This commit is contained in:
@ -74,7 +74,7 @@ fun Project.setupCommon() {
|
||||
ndkPath = "$sdkDirectory/ndk/magisk"
|
||||
|
||||
defaultConfig {
|
||||
minSdk = 21
|
||||
minSdk = 23
|
||||
targetSdk = 33
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user