You've already forked Zygisk-Assistant
mirror of
https://github.com/snake-4/Zygisk-Assistant.git
synced 2025-09-06 06:37:02 +00:00
Set minSdk and compileSdkVersion to 21 and 31...
Bumped C++ version to 20. Updated .gitignore
This commit is contained in:
@@ -12,8 +12,9 @@ val abiList: List<String> by rootProject.extra
|
||||
|
||||
android {
|
||||
namespace = "com.example.library"
|
||||
compileSdk = 34
|
||||
compileSdkVersion = "android-31"
|
||||
defaultConfig {
|
||||
minSdk = 21
|
||||
ndk {
|
||||
abiFilters.addAll(abiList)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user