Update build

This commit is contained in:
Nullptr
2023-01-30 10:25:55 +08:00
parent 70024cc082
commit 06650368b0
5 changed files with 20 additions and 19 deletions

View File

@@ -1,10 +1,11 @@
plugins {
id("com.android.application")
id("com.android.library")
}
val moduleName = "Zygisk On KernelSU"
val moduleBaseId = "zygisksu"
val authors = "Nullptr"
val verCode: Int by rootProject.extra
val verName: String by rootProject.extra
android.buildFeatures {
androidResources = false
buildConfig = false
}