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

Commit

Permalink
v23.5 (55)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Feb 11, 2021
1 parent 5fcc2ff commit 781aace
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 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 : "v23.4",
versionCode: "54",
version : "v23.5",
versionCode: "55",
author : "Rikka",
description: "Inject into zygote process. Required by all \"Riru\" modules."
]
Expand Down
8 changes: 8 additions & 0 deletions template/magisk_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ A typical example is, some "optimize" modules changes this property. Since chang

## Changelog

### v23.5 (55) (2021-02-11)

- Prevent to be installed from recovery

Riru requires files in `/data/adb/riru` folder, this folder is created during installation.

Some TWRP has broken implementations, causing the folder cannot be created, this will finally cause Riru and Riru modules not working.

### v23.4 (54) (2021-01-23)

- Ensure auto restart works
Expand Down

0 comments on commit 781aace

Please sign in to comment.