diff --git a/build.gradle b/build.gradle index 496b1a6f..2487560f 100644 --- a/build.gradle +++ b/build.gradle @@ -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") } diff --git a/template/magisk_module/README.md b/template/magisk_module/README.md index 3b1e74b1..c3d4064d 100644 --- a/template/magisk_module/README.md +++ b/template/magisk_module/README.md @@ -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