mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-18 21:38:33 +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() {
|
fun Project.setupCommon() {
|
||||||
androidBase {
|
androidBase {
|
||||||
compileSdkVersion(33)
|
compileSdkVersion(33)
|
||||||
buildToolsVersion = "32.0.0"
|
buildToolsVersion = "33.0.1"
|
||||||
ndkPath = "$sdkDirectory/ndk/magisk"
|
ndkPath = "$sdkDirectory/ndk/magisk"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user