Update Android Studio

This commit is contained in:
topjohnwu
2022-01-27 01:46:00 -08:00
parent ff5ea1a70d
commit f5e5ab2436
7 changed files with 27 additions and 17 deletions

View File

@ -29,7 +29,7 @@ fun Project.setupCommon() {
androidBase {
compileSdkVersion(31)
buildToolsVersion = "31.0.0"
ndkPath = "${System.getenv("ANDROID_SDK_ROOT")}/ndk/magisk"
ndkPath = "$sdkDirectory/ndk/magisk"
defaultConfig {
minSdk = 21