From a9e9fd4d5fd6652594ced2249444c4c33182f58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=8B=E9=A1=B5?= <31466456+canyie@users.noreply.github.com> Date: Fri, 19 Aug 2022 08:09:20 +0800 Subject: [PATCH] [skip ci] Android 13 Stable is supported (#2084) --- README.md | 2 +- magisk-loader/magisk_module/module.prop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5e24f86..379aaaa8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A Riru / Zygisk module trying to provide an ART hooking framework which delivers ## Supported Versions -Android 8.1 ~ 13 Beta 1 +Android 8.1 ~ 13 ## Install diff --git a/magisk-loader/magisk_module/module.prop b/magisk-loader/magisk_module/module.prop index 62dc5057..3285e953 100644 --- a/magisk-loader/magisk_module/module.prop +++ b/magisk-loader/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 ~ 13 Beta 1. ${requirement}. +description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 13. ${requirement}. updateJson=${updateJson}