From e58db90d72ca7fc9921e034b422ad66374585108 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Thu, 28 Oct 2021 18:33:02 +0800 Subject: [PATCH] Announce support for Android 12L DP1 (#1336) --- 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 75dabf99fbb..2c5f0da98e3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A Riru module trying to provide an ART hooking framework which delivers consiste ## Supported Versions -Android 8.1 ~ 12 +Android 8.1 ~ 12, 12L DP1 ## Install diff --git a/core/magisk_module/module.prop b/core/magisk_module/module.prop index cb86e63a89e..e780d4bf2dc 100644 --- a/core/magisk_module/module.prop +++ b/core/magisk_module/module.prop @@ -3,4 +3,4 @@ name=${api} - LSPosed version=${versionName} (${versionCode}) versionCode=${versionCode} author=${authorList} -description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 12. ${requirement}. +description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 12, 12L DP1. ${requirement}.