You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
Bump to 0.7.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Zygisk loader for KernelSU, allowing Zygisk modules to run without Magisk environment.
|
||||
|
||||
Also works as standalone loader for Magisk on purpose of getting rid of LD_PRELOAD.
|
||||
Also works as standalone loader for Magisk.
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -12,8 +12,8 @@ Also works as standalone loader for Magisk on purpose of getting rid of LD_PRELO
|
||||
|
||||
### KernelSU
|
||||
|
||||
+ Minimal KernelSU version: 10654
|
||||
+ Minimal ksud version: 10670
|
||||
+ Minimal KernelSU version: 10940
|
||||
+ Minimal ksud version: 10942
|
||||
+ Kernel has full SELinux patch support
|
||||
|
||||
### Magisk
|
||||
|
||||
@@ -31,10 +31,10 @@ val gitCommitHash = "git rev-parse --verify --short HEAD".execute()
|
||||
|
||||
val moduleId by extra("zygisksu")
|
||||
val moduleName by extra("Zygisk on KernelSU")
|
||||
val verName by extra("v4-0.6.5")
|
||||
val verName by extra("v4-0.7.0")
|
||||
val verCode by extra(gitCommitCount)
|
||||
val minKsuVersion by extra(10818)
|
||||
val minKsudVersion by extra(10818)
|
||||
val minKsuVersion by extra(10940)
|
||||
val minKsudVersion by extra(10942)
|
||||
val maxKsuVersion by extra(20000)
|
||||
val minMagiskVersion by extra(25208)
|
||||
|
||||
|
||||
@@ -45,8 +45,8 @@ androidComponents.onVariants { variant ->
|
||||
include("module.prop")
|
||||
expand(
|
||||
"moduleId" to moduleId,
|
||||
"moduleName" to "$moduleName-$variantCapped",
|
||||
"versionName" to "$verName ($verCode)-($variantCapped)",
|
||||
"moduleName" to moduleName,
|
||||
"versionName" to "$verName ($verCode-$variantLowered)",
|
||||
"versionCode" to verCode,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user