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

Commit

Permalink
v23.4 (54)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Jan 23, 2021
1 parent 7f6ea76 commit f458f0f
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.3",
versionCode: "53",
version : "v23.4",
versionCode: "54",
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 @@ -19,6 +19,10 @@ A typical example is, some "optimize" modules changes this property. Since chang

## Changelog

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

- Ensure auto restart works

### v23.3 (53) (2021-01-13)

- Ensure auto restart works
Expand Down

0 comments on commit f458f0f

Please sign in to comment.