From 9c606a8b2b28202c9f19bc5d69b2f85e73dc4d5a Mon Sep 17 00:00:00 2001 From: LoveSy Date: Thu, 22 Apr 2021 02:22:38 +0800 Subject: [PATCH] Update README.md (#498) DP3 was released and tested to be supported --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6725c3d6..1c5ebe53 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,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 DP2**. +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 DP3**. > 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 DP2 +Android 8.1 ~ 12 DP3 ## Install