Skip to content

Commit

Permalink
v25.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Mar 22, 2021
1 parent 237850a commit d993960
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 @@ -47,7 +47,7 @@ ext {
gitCommitCount = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())

versionNameMinor = 3
versionNamePatch = 1
versionNamePatch = 2
}

def aarVersion = "${riruApiVersion}.0.0"
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.3.2 (2021-03-22)

- New way to get realpath on old systems
- Fix next offset on Android 9

### v25.3.1 (2021-03-20)

- Fix crash on Android 8
Expand Down

0 comments on commit d993960

Please sign in to comment.