From b49001cfab85d32702a29e041cb72a9f129b7faa Mon Sep 17 00:00:00 2001 From: LoveSy Date: Sat, 12 Jun 2021 02:05:19 +0800 Subject: [PATCH] [README] Support Android 12 Beta 2 (#745) --- README.md | 4 ++-- core/magisk_module/module.prop | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf5e3a0a..b564e689 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ ## Introduction -A Riru module trying to provide an ART hooking framework (initially for Android Pie) which delivers consistent APIs with the OG Xposed, leveraging YAHFA hooking framework, supports Android 8.1 ~ **12 Beta 1**. +A Riru module trying to provide an ART hooking framework (initially for Android Pie) which delivers consistent APIs with the OG Xposed, leveraging YAHFA hooking framework, supports Android 8.1 ~ **12 Beta 2**. > Xposed is a framework for modules that can change the behavior of the system and apps without touching any APKs. That's great because it means that modules can work for different versions and even ROMs without any changes (as long as the original code was not changed too much). It's also easy to undo. As all changes are done in the memory, you just need to deactivate the module and reboot to get your original system back. There are many other advantages, but here is just one more: Multiple modules can do changes to the same part of the system or app. With modified APKs, you to decide for one. No way to combine them, unless the author builds multiple APKs with different combinations. ## Supported Versions -Android 8.1 ~ 12 Beta 1 +Android 8.1 ~ 12 Beta 2 ## Install diff --git a/core/magisk_module/module.prop b/core/magisk_module/module.prop index cdbe057a..f54e3f50 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 1. Requires Riru ${minRiruVersionName} or above installed. +description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 12 Beta 2. Requires Riru ${minRiruVersionName} or above installed.