From 0248bef5fb9b2bf04a701e2503e1f893a6a61f7e Mon Sep 17 00:00:00 2001 From: Wang Han Date: Tue, 5 Oct 2021 12:26:28 +0800 Subject: [PATCH] Announce support for Android 12 (#1226) --- README.md | 2 +- core/magisk_module/module.prop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b18510e9..aac5a064 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A Riru module trying to provide an ART hooking framework which delivers consiste ## Supported Versions -Android 8.1 ~ 12 Beta 5 +Android 8.1 ~ 12 ## Install diff --git a/core/magisk_module/module.prop b/core/magisk_module/module.prop index f08fd2d7..edfd47ae 100644 --- a/core/magisk_module/module.prop +++ b/core/magisk_module/module.prop @@ -3,4 +3,4 @@ name=Riru - LSPosed version=${versionName} (${versionCode}) versionCode=${versionCode} author=${authorList} -description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 12 Beta 5. Requires Riru ${minRiruVersionName} or above installed. +description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 12. Requires Riru ${minRiruVersionName} or above installed.