Bump to 0.6.2

This commit is contained in:
Nullptr
2023-03-03 18:18:28 +08:00
parent 843086f6f3
commit 9d648d9aa4
2 changed files with 1 additions and 4 deletions

View File

@@ -15,9 +15,6 @@ Also works as standalone loader for Magisk on purpose of getting rid of LD_PRELO
+ Minimal KernelSU version: 10654
+ Minimal ksud version: 10670
+ Kernel has full SELinux patch support
+ For old kernels, you may need to manually add the following code to `sepolicy.rule`:
`allow zygote appdomain_tmpfs file *`
`allow zygote appdomain_tmpfs dir *`
### Magisk

View File

@@ -31,7 +31,7 @@ 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.1")
val verName by extra("v4-0.6.2")
val verCode by extra(gitCommitCount)
val minKsuVersion by extra(10654)
val minKsudVersion by extra(10670)