From 9d648d9aa419a7e447d0baf06c824a9443c19888 Mon Sep 17 00:00:00 2001 From: Nullptr Date: Fri, 3 Mar 2023 18:18:28 +0800 Subject: [PATCH] Bump to 0.6.2 --- README.md | 3 --- build.gradle.kts | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 1eddd16..547bb5e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index 65aa37c..ba78668 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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)