From b311556b41f9db26cdbd705603de10fda115871a Mon Sep 17 00:00:00 2001 From: Wang Han Date: Sun, 13 Mar 2022 16:13:58 +0800 Subject: [PATCH] [skip ci] Update README (#1753) --- 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 a40a869f..305ad461 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A Riru module trying to provide an ART hooking framework which delivers consiste ## Supported Versions -Android 8.1 ~ 12, 12L Beta3, 13 DP1 +Android 8.1 ~ 13 DP1 ## Install diff --git a/core/magisk_module/module.prop b/core/magisk_module/module.prop index 1299320e..144587c3 100644 --- a/core/magisk_module/module.prop +++ b/core/magisk_module/module.prop @@ -3,5 +3,5 @@ name=${api} - LSPosed version=${versionName} (${versionCode}) versionCode=${versionCode} author=${authorList} -description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 12, 12L Beta3, 13 DP1. ${requirement}. +description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 13 DP1. ${requirement}. updateJson=${updateJson}