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

Commit

Permalink
v25.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Mar 22, 2021
1 parent 0da9905 commit ed83041
Show file tree
Hide file tree
Showing 2 changed files with 5 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 = 2
versionNamePatch = 3
}

def aarVersion = "${riruApiVersion}.0.0"
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 @@ -18,6 +18,10 @@ Many TWRP has broken implementations, which will finally cause Riru and Riru mod

## Changelog

### v25.3.3 (2021-03-22)

- Fix crash on Android 8.0 again

### Important changes from the last stable version (v23.9)

- Unify the Riru API version and Riru version, Riru 25 stands for API version 25
Expand Down

0 comments on commit ed83041

Please sign in to comment.