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