Skip to content

Commit

Permalink
fix xposed desc message
Browse files Browse the repository at this point in the history
  • Loading branch information
Chara White committed Jan 19, 2023
1 parent ea5ba69 commit f72e0e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId = "pub.chara.miuipadmeta"
minSdk = 30
targetSdk = 32
versionCode = 3
versionName = "2"
versionCode = 4
versionName = "2.1"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="xposed_desc">为小米平板5系列恢复键盘Meta/Win键功能,同时禁用Alt-Tab快捷键,仅测试基于Android11的MIUI,不保证Android12可以运行</string>
<string name="xposed_desc">为小米平板5系列恢复键盘Meta/Win键功能,同时禁用Alt-Tab快捷键,适配了Android11-13的MIUI</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources>
<string name="app_name">MiuiPadMeta</string>
<string name="xposed_desc">"Restore Meta/Win key function on Mi Pad 5 series, and disable Alt-Tab hotkey, only tested Android11 MIUI, no promise Android12 will work "</string>
<string name="xposed_desc">Restore Meta/Win key function on Mi Pad 5 series, and disable Alt-Tab hotkey, adapted for Android 11-13 MIUI</string>
</resources>

0 comments on commit f72e0e9

Please sign in to comment.