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.4 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Jul 30, 2021
1 parent a679229 commit 2cd9c4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -45,7 +45,7 @@ ext {
gitCommitCount = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())

versionNameMinor = 0
versionNamePatch = 3
versionNamePatch = 4

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

## Changelog

### v26.0.4 (2021-07-30)
- Fix flock not working on some devices

This is a bug from Magisk's busybox and it will be fixed [here](https://github.com/topjohnwu/ndk-busybox/commit/d75558194ae9c9dfaa21a4e514c91ec6127016f9). As a workaround, we set `SHELL` in the script manually.

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

- Reset SELinux context for module files when necessary
Expand Down

0 comments on commit 2cd9c4d

Please sign in to comment.