Integrate rust into gradle

This commit is contained in:
Nullptr
2023-01-29 00:12:19 +08:00
parent cd272c6370
commit c63cfbb6ea
9 changed files with 50 additions and 514 deletions

View File

@@ -8,7 +8,3 @@ val authors = "Nullptr"
val verCode: Int by rootProject.extra
val verName: String by rootProject.extra
android {
namespace = "icu.nullptr.zygisksu"
}