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

Commit

Permalink
Update versions & README
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Nov 26, 2020
1 parent 4579012 commit 4a672df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions riru/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ def minApiVersion = rootProject.ext.riruMinApiVersion
def moduleProp = [
id : "riru-core",
name : "Riru",
version : "v22.3",
versionCode: "45",
version : "v22.4",
versionCode: "46",
author : "Rikka",
description: "Inject into zygote process. Required by all \"Riru\" modules."
]
Expand Down
7 changes: 3 additions & 4 deletions template/magisk_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ See [https://github.com/RikkaApps/Riru](https://github.com/RikkaApps/Riru) for m

## Changelog

### v22.3 (45) (2020-11-26)
### v22.4 (46) (2020-11-26)

- To avoid SELinux problem, add a socket run under `u:r:zygote:s0` context that handles all file operations from zygote

The reason is that Magisk's `sepolicy.rule` not work on some device, haven't seen any report to Magisk 🙃
Magisk's `sepolicy.rule` not work on some device, no one report to Magisk 😒. This version attempts to workaround it.

- Add a socket run under `u:r:zygote:s0` context that handles all file operations from zygote
- For Magisk < v21.1, reboot twice is no longer required

### v22.0 (41) (2020-10-09)
Expand Down

0 comments on commit 4a672df

Please sign in to comment.