Pure 64bit support

This commit is contained in:
vvb2060
2021-05-12 13:40:53 +08:00
committed by John Wu
parent 12aa5838d9
commit 66cc9bc545
13 changed files with 116 additions and 100 deletions

View File

@@ -48,9 +48,9 @@ subprojects {
ndkPath = "${System.getenv("ANDROID_SDK_ROOT")}/ndk/magisk"
defaultConfig {
if (minSdkVersion == null)
minSdkVersion(21)
targetSdkVersion(30)
if (minSdk == null)
minSdk = 21
targetSdk = 30
}
compileOptions {