Skip to content

Commit

Permalink
v26.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Aug 18, 2021
1 parent 3591478 commit 45d2706
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ext {
gitCommitCount = StreamSupport.stream(new Git(repo).log().add(gitObjectId).call().spliterator(), false).count()

versionNameMinor = 1
versionNamePatch = 0
versionNamePatch = 1

outDir = file("$rootDir/out")
}
Expand Down
4 changes: 3 additions & 1 deletion template/magisk_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ Many TWRP has broken implementations, which will finally cause Riru and Riru mod

## Changelog

### v26.1.0 (2021-08-16)
### v26.1.1 (2021-08-18)
- Fix reset native bridge

### v26.1.0 (2021-08-16)
- Preload modules parallelly to speedup startup
- Fix status showing after a soft reboot
- Fix riru is not loading after a soft reboot
Expand Down

0 comments on commit 45d2706

Please sign in to comment.