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

Commit

Permalink
Version 25.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed May 7, 2021
1 parent c107b21 commit 05efc94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ext {
gitCommitCount = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())

versionNameMinor = 4
versionNamePatch = 3
versionNamePatch = 4

outDir = file("$rootDir/out")
}
Expand Down
5 changes: 5 additions & 0 deletions template/magisk_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ Many TWRP has broken implementations, which will finally cause Riru and Riru mod

## Changelog

### v25.4.4 (2021-05-07)

- Fix in rare cases "soft boot" causes Riru not working
- Fix keep `allow_install_app` flag (#225)

### v25.4.3 (2021-05-05)

- Exit `service.sh` script
Expand Down

0 comments on commit 05efc94

Please sign in to comment.