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

Commit

Permalink
Version 26.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Jul 26, 2021
1 parent 913ad11 commit a51ad56
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 @@ -45,7 +45,7 @@ ext {
gitCommitCount = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())

versionNameMinor = 0
versionNamePatch = 1
versionNamePatch = 2

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 @@ -22,6 +22,11 @@ Many TWRP has broken implementations, which will finally cause Riru and Riru mod

## Changelog

### v26.0.2 (2021-07-27)

- Report if the SELinux context of the module are incorrect
- Use Resources for i18n

### v26.0.1 (2021-07-18)

- Remove support for pre-v24 modules (it has been more than 4 months and all live modules have upgraded to v24+)
Expand Down

0 comments on commit a51ad56

Please sign in to comment.