From ed8304171c292a0f150e7f0e9dbc1617a670fdd1 Mon Sep 17 00:00:00 2001 From: RikkaW Date: Mon, 22 Mar 2021 20:51:03 +0800 Subject: [PATCH] v25.3.3 --- build.gradle | 2 +- template/magisk_module/README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9bef154a..b507dbfb 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ ext { gitCommitCount = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim()) versionNameMinor = 3 - versionNamePatch = 2 + versionNamePatch = 3 } def aarVersion = "${riruApiVersion}.0.0" diff --git a/template/magisk_module/README.md b/template/magisk_module/README.md index dfc9c485..abd1ebde 100644 --- a/template/magisk_module/README.md +++ b/template/magisk_module/README.md @@ -18,6 +18,10 @@ Many TWRP has broken implementations, which will finally cause Riru and Riru mod ## Changelog +### v25.3.3 (2021-03-22) + +- 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