Officially announce Android 14 support (#2801)

Co-authored-by: LoveSy <shana@zju.edu.cn>
This commit is contained in:
Howard Wu 2023-10-11 01:06:21 +08:00 committed by GitHub
parent 15e480132a
commit 254a8adb27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ A Riru / Zygisk module trying to provide an ART hooking framework which delivers
## Supported Versions ## Supported Versions
Android 8.1 ~ 13 Android 8.1 ~ 14
## Install ## Install

2
external/lsplant vendored

@ -1 +1 @@
Subproject commit a4f6979c28de2ad68f536f20cbda9dd765b13c1d Subproject commit 899766f2bddaa786c99d81da909fe084ed99ff7b

View File

@ -3,5 +3,5 @@ name=${api} - LSPosed
version=${versionName} (${versionCode}) version=${versionName} (${versionCode})
versionCode=${versionCode} versionCode=${versionCode}
author=${authorList} author=${authorList}
description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 13. ${requirement}. description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 14. ${requirement}.
updateJson=${updateJson} updateJson=${updateJson}