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

Commit 2cd9c4d

Browse files
authored
Version 26.0.4 (#253)
1 parent a679229 commit 2cd9c4d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ext {
4545
gitCommitCount = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())
4646

4747
versionNameMinor = 0
48-
versionNamePatch = 3
48+
versionNamePatch = 4
4949

5050
outDir = file("$rootDir/out")
5151
}

template/magisk_module/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Many TWRP has broken implementations, which will finally cause Riru and Riru mod
3232

3333
## Changelog
3434

35+
### v26.0.4 (2021-07-30)
36+
- Fix flock not working on some devices
37+
38+
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.
39+
3540
### v26.0.3 (2021-07-27)
3641

3742
- Reset SELinux context for module files when necessary

0 commit comments

Comments
 (0)