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:
10
zygiskd/build.gradle.kts
Normal file
10
zygiskd/build.gradle.kts
Normal file
@@ -0,0 +1,10 @@
|
||||
plugins {
|
||||
id("com.android.library")
|
||||
}
|
||||
|
||||
val verCode: Int by rootProject.extra
|
||||
val verName: String by rootProject.extra
|
||||
|
||||
android {
|
||||
namespace = "icu.nullptr.zygisksu"
|
||||
}
|
||||
Reference in New Issue
Block a user