Skip to content

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-TSNG committed Jun 4, 2023
1 parent 954a712 commit bea5ed4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions module/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
}
Expand Down

0 comments on commit bea5ed4

Please sign in to comment.