From d8cad5f432a4df2caac1ac73f8c439d6f67e13c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=8B=E9=A1=B5?= <31466456+canyie@users.noreply.github.com> Date: Tue, 22 Mar 2022 13:18:03 +0800 Subject: [PATCH] [skip ci] Android 13 DP2 is supported (#1784) * [skip ci] Android 13 DP2 is supported * Update module.prop --- 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 b81a1ece..fbc43abf 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 DP1 +Android 8.1 ~ 13 DP2 ## Install diff --git a/magisk-loader/magisk_module/module.prop b/magisk-loader/magisk_module/module.prop index 144587c3..d24781fb 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 DP1. ${requirement}. +description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 13 DP2. ${requirement}. updateJson=${updateJson}