From 45d2706e8342224f1597ec3c49e70db5304f8371 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Wed, 18 Aug 2021 14:05:55 +0800 Subject: [PATCH] v26.1.1 --- build.gradle | 2 +- template/magisk_module/README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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