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 java.io.ByteArrayOutputStream
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.agp.lib) apply false
|
||||
id("com.android.library") version "8.3.2" apply false
|
||||
}
|
||||
|
||||
val commitHash: String by extra {
|
||||
@@ -17,4 +17,3 @@ val moduleId by extra("zygisk-assistant")
|
||||
val moduleName by extra("Zygisk Assistant")
|
||||
val verName by extra("v2.0.4")
|
||||
val verCode by extra(204)
|
||||
val abiList by extra(listOf("armeabi-v7a","arm64-v8a","x86","x86_64"))
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
[versions]
|
||||
agp = "8.3.2"
|
||||
|
||||
[plugins]
|
||||
agp-lib = { id = "com.android.library", version.ref = "agp" }
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
@@ -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()}")
|
||||
|
||||
@@ -14,6 +14,4 @@ dependencyResolutionManagement {
|
||||
}
|
||||
}
|
||||
|
||||
include(
|
||||
":module"
|
||||
)
|
||||
include(":module")
|
||||
|
||||
Reference in New Issue
Block a user