From 254a8adb2714877fdd5e134949e09362a8edd3b5 Mon Sep 17 00:00:00 2001 From: Howard Wu Date: Wed, 11 Oct 2023 01:06:21 +0800 Subject: [PATCH] Officially announce Android 14 support (#2801) Co-authored-by: LoveSy --- README.md | 2 +- external/lsplant | 2 +- magisk-loader/magisk_module/module.prop | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01c5fcdf..9f9c44e6 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 +Android 8.1 ~ 14 ## Install diff --git a/external/lsplant b/external/lsplant index a4f6979c..899766f2 160000 --- a/external/lsplant +++ b/external/lsplant @@ -1 +1 @@ -Subproject commit a4f6979c28de2ad68f536f20cbda9dd765b13c1d +Subproject commit 899766f2bddaa786c99d81da909fe084ed99ff7b diff --git a/magisk-loader/magisk_module/module.prop b/magisk-loader/magisk_module/module.prop index 3285e953..b8d2a8d8 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. ${requirement}. +description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 14. ${requirement}. updateJson=${updateJson}