From 11da19b64cff45452ecaf58c987e067a22a8fa5a Mon Sep 17 00:00:00 2001 From: tehcneko <7764726+tehcneko@users.noreply.github.com> Date: Tue, 9 Mar 2021 18:33:06 +0800 Subject: [PATCH] Fix module description --- core/tpl/module.prop.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tpl/module.prop.tpl b/core/tpl/module.prop.tpl index ca62ff03..496de1db 100644 --- a/core/tpl/module.prop.tpl +++ b/core/tpl/module.prop.tpl @@ -4,5 +4,5 @@ version=${versionName} versionCode=${versionCode} author=${authorList} api=${apiCode} -description=Another enhanced implementation of Xposed Framework. Supports Android 8.0, 8.1, 9, 10, 11 or above. Requires Riru v23 or above installed. +description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 12 DP1. Requires Riru v23 or above installed. minApi=${minApi} \ No newline at end of file