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

Commit 8b379ce

Browse files
committed
26.1.4
1 parent 8e394f4 commit 8b379ce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ext {
3939
gitCommitCount = StreamSupport.stream(new Git(repo).log().add(gitObjectId).call().spliterator(), false).count()
4040

4141
versionNameMinor = 1
42-
versionNamePatch = 3
42+
versionNamePatch = 4
4343

4444
outDir = file("$rootDir/out")
4545
}

template/magisk_module/README.md

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

3333
## Changelog
3434

35+
### v26.1.4 (2021-12-15)
36+
- Skip launching Rirud when Zygisk is enabled
37+
- Fix `sonext` update during hiding
38+
3539
### v26.1.3 (2021-10-08)
3640
- Call `android_create_namespace` on Android 8.0+
3741

0 commit comments

Comments
 (0)