Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
v24.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Mar 11, 2021
1 parent da1e5da commit 5ed84ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion riru/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def gitCommitCount = Integer.parseInt('git rev-list --count HEAD'.execute([], pr

def versionNameMajor = 24
def versionNameMinor = 0
def versionNamePatch = 0
def versionNamePatch = 1
def versionNameShort = "v${versionNameMajor}.${versionNameMinor}.${versionNamePatch}"
def versionName = "${versionNameShort}.r${gitCommitCount}.${gitCommitId}"
def versionCode = gitCommitCount
Expand Down
8 changes: 6 additions & 2 deletions template/magisk_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@ Many TWRP has broken implementations, which will finally cause Riru and Riru mod

## Changelog

### v24.0.0 (2021-03-10)
### v24.0.1 (2021-03-11)

- Fix pre-v24 modules installation

### v24.0.0 (2021-03-11)

- Unify the Riru API version and Riru version, now the API version is 24
- For modules that have adapted Riru API 24, lib files are loaded from the Magisk path directly, they don't need to be mounted to `/system` anymore
- `/data/adb/riru` is no longer used, you can remove it when all modules are update to Riru API 24
- `/data/adb/riru/modules` is no longer used, you can remove it when all modules are update to Riru API 24
- Use git commit count as version code
- Remove fallback SELinux rules, if rirud is not started, it's highly possible that the booting processes of Magisk is totally broken on your device

Expand Down

0 comments on commit 5ed84ca

Please sign in to comment.