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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Jul 27, 2021
1 parent 693aeb6 commit 4247b82
Show file tree
Hide file tree
Showing 2 changed files with 7 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 = 2
versionNamePatch = 3

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

## Changelog

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

- Reset SELinux context for module files when necessary

This will not always work since on ROMs with incorrect SELinux rules, the system will reset module file to the incorrect one at the same time

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

- Report if the SELinux context of the module files are incorrect
Expand Down

0 comments on commit 4247b82

Please sign in to comment.