fix: Apatch -> APatch

This commit fixes the name of APatch in "build.gradle.kts" and "customize.sh" files.
This commit is contained in:
ThePedroo
2024-06-30 23:07:26 -03:00
parent c9c15bf120
commit 7399ae417d
4 changed files with 11 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ val moduleName by extra("ReZygisk")
val verName by extra("v1.0.0")
val verCode by extra(gitCommitCount)
val commitHash by extra(gitCommitHash)
val minApatchVersion by extra(10655)
val minAPatchVersion by extra(10655)
val minKsuVersion by extra(10940)
val minKsudVersion by extra(11425)
val maxKsuVersion by extra(20000)