mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-29 14:08:53 +00:00
Bump target SDK to 30
This commit is contained in:
@@ -69,7 +69,7 @@ subprojects {
|
||||
defaultConfig {
|
||||
if (minSdkVersion == null)
|
||||
minSdkVersion(17)
|
||||
targetSdkVersion(28)
|
||||
targetSdkVersion(30)
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
||||
Reference in New Issue
Block a user