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

Commit

Permalink
26.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Dec 15, 2021
1 parent 8e394f4 commit 8b379ce
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 @@ -39,7 +39,7 @@ ext {
gitCommitCount = StreamSupport.stream(new Git(repo).log().add(gitObjectId).call().spliterator(), false).count()

versionNameMinor = 1
versionNamePatch = 3
versionNamePatch = 4

outDir = file("$rootDir/out")
}
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 @@ -32,6 +32,10 @@ Many TWRP has broken implementations, which will finally cause Riru and Riru mod

## Changelog

### v26.1.4 (2021-12-15)
- Skip launching Rirud when Zygisk is enabled
- Fix `sonext` update during hiding

### v26.1.3 (2021-10-08)
- Call `android_create_namespace` on Android 8.0+

Expand Down

0 comments on commit 8b379ce

Please sign in to comment.