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

Commit

Permalink
26.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Oct 7, 2021
1 parent 51a0976 commit ab5956e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ext {
gitCommitCount = StreamSupport.stream(new Git(repo).log().add(gitObjectId).call().spliterator(), false).count()

versionNameMinor = 1
versionNamePatch = 2
versionNamePatch = 3

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

## Changelog

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

### v26.1.2 (2021-09-04)
- Speedup Rirud launch
- Warning about incorrect SELinux policy
Expand Down Expand Up @@ -109,7 +112,7 @@ Many TWRP has broken implementations, which will finally cause Riru and Riru mod
- Fix crash on Android 8.0 again

### Important changes from the last stable version (v23.9)

- Unify the Riru API version and Riru version, Riru 25 stands for API version 25
- For modules that have adapted Riru API 24+, lib files are loaded from the Magisk path directly, they don't need to be mounted to `/system` anymore
- Support unload self and modules, leaving no trace for unrelated processes (requires module changes)
Expand Down Expand Up @@ -278,7 +281,7 @@ Because of this, all modules must change. If your module hasn't updated, ask the
- Remove jniRegisterNativeMethods hook when entering the app process

### v19 (21)

- Always reset module files SELinux in case

### v19 (20)
Expand Down

0 comments on commit ab5956e

Please sign in to comment.