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

Commit

Permalink
v23.7 (57)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Mar 3, 2021
1 parent 5f3f570 commit 42b1335
Show file tree
Hide file tree
Showing 2 changed files with 6 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.6",
versionCode: "56",
version : "v23.7",
versionCode: "57",
author : "Rikka",
description: "Inject into zygote process. Required by all \"Riru\" modules."
]
Expand Down
4 changes: 4 additions & 0 deletions template/magisk_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Many TWRP has broken implementations, causing the folder cannot be created, this

## Changelog

### v23.7 (57) (2021-03-01)

- Prepare for changes brought bylibnativehelper_lazy (these changes may come in Android 12 DP2 or later)

### v23.6 (56) (2021-02-21)

- Continue reduce the file size
Expand Down

0 comments on commit 42b1335

Please sign in to comment.