Commit 1b745ae1 authored by topjohnwu's avatar topjohnwu

Use latest build tools

parent b6d50bea
...@@ -45,7 +45,7 @@ private val Project.android: BaseAppModuleExtension ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment