You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
Add zygiskd
This commit is contained in:
14
module/build.gradle.kts
Normal file
14
module/build.gradle.kts
Normal file
@@ -0,0 +1,14 @@
|
||||
plugins {
|
||||
id("com.android.application")
|
||||
}
|
||||
|
||||
val moduleName = "Zygisk On KernelSU"
|
||||
val moduleBaseId = "zygisksu"
|
||||
val authors = "Nullptr"
|
||||
|
||||
val verCode: Int by rootProject.extra
|
||||
val verName: String by rootProject.extra
|
||||
|
||||
android {
|
||||
namespace = "icu.nullptr.zygisksu"
|
||||
}
|
||||
Reference in New Issue
Block a user