mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 13:17:39 +02:00
Use latest build tools
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user