Updated AGP and compileSdkVersion

This commit is contained in:
snake-4
2024-04-09 05:34:27 +02:00
parent 52e5771205
commit d59ac2bf26
3 changed files with 4 additions and 4 deletions

View File

@@ -4,14 +4,14 @@ plugins {
alias(libs.plugins.agp.lib) apply false
}
val commitHash: String by extra({
val commitHash: String by extra {
val stdout = ByteArrayOutputStream()
rootProject.exec {
commandLine("git", "rev-parse", "--short", "HEAD")
standardOutput = stdout
}
stdout.toString().trim()
})
}
val moduleId by extra("zygisk-assistant")
val moduleName by extra("Zygisk Assistant")