Use latest build tools

This commit is contained in:
topjohnwu 2022-12-26 02:02:21 -08:00
parent b6d50bea2c
commit 1b745ae1a0

View File

@ -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 {