mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
Use latest build tools
This commit is contained in:
parent
b6d50bea2c
commit
1b745ae1a0
@ -45,7 +45,7 @@ private val Project.android: BaseAppModuleExtension
|
||||
fun Project.setupCommon() {
|
||||
androidBase {
|
||||
compileSdkVersion(33)
|
||||
buildToolsVersion = "32.0.0"
|
||||
buildToolsVersion = "33.0.1"
|
||||
ndkPath = "$sdkDirectory/ndk/magisk"
|
||||
|
||||
defaultConfig {
|
||||
|
Loading…
Reference in New Issue
Block a user