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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -23,7 +23,6 @@ gradle-app.setting
|
||||
|
||||
### VisualStudioCode.gitignore
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
|
||||
APP_CPPFLAGS := -std=c++17 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
|
||||
APP_CPPFLAGS := -std=c++20 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
|
||||
APP_STL := none
|
||||
APP_PLATFORM := android-29
|
||||
APP_PLATFORM := android-31
|
||||
|
||||
Reference in New Issue
Block a user