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
Updated AGP and compileSdkVersion
This commit is contained in:
@@ -4,14 +4,14 @@ plugins {
|
|||||||
alias(libs.plugins.agp.lib) apply false
|
alias(libs.plugins.agp.lib) apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
val commitHash: String by extra({
|
val commitHash: String by extra {
|
||||||
val stdout = ByteArrayOutputStream()
|
val stdout = ByteArrayOutputStream()
|
||||||
rootProject.exec {
|
rootProject.exec {
|
||||||
commandLine("git", "rev-parse", "--short", "HEAD")
|
commandLine("git", "rev-parse", "--short", "HEAD")
|
||||||
standardOutput = stdout
|
standardOutput = stdout
|
||||||
}
|
}
|
||||||
stdout.toString().trim()
|
stdout.toString().trim()
|
||||||
})
|
}
|
||||||
|
|
||||||
val moduleId by extra("zygisk-assistant")
|
val moduleId by extra("zygisk-assistant")
|
||||||
val moduleName by extra("Zygisk Assistant")
|
val moduleName by extra("Zygisk Assistant")
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[versions]
|
[versions]
|
||||||
agp = "8.3.0"
|
agp = "8.3.1"
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
agp-lib = { id = "com.android.library", version.ref = "agp" }
|
agp-lib = { id = "com.android.library", version.ref = "agp" }
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ val abiList: List<String> by rootProject.extra
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "com.example.library"
|
namespace = "com.example.library"
|
||||||
compileSdkVersion = "android-31"
|
compileSdkVersion = "android-34"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
ndk {
|
ndk {
|
||||||
|
|||||||
Reference in New Issue
Block a user