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
Changes to build system
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import android.databinding.tool.ext.capitalizeUS
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.agp.lib)
|
||||
id("com.android.library")
|
||||
}
|
||||
|
||||
val moduleId: String by rootProject.extra
|
||||
@@ -13,12 +13,9 @@ val abiList: List<String> by rootProject.extra
|
||||
|
||||
android {
|
||||
namespace = "com.example.library"
|
||||
compileSdkVersion = "android-34"
|
||||
compileSdkVersion = "android-31"
|
||||
defaultConfig {
|
||||
minSdk = 21
|
||||
ndk {
|
||||
abiFilters.addAll(abiList)
|
||||
}
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
arguments("-j${Runtime.getRuntime().availableProcessors()}")
|
||||
|
||||
Reference in New Issue
Block a user