Skip to content

Commit

Permalink
支持MIUI14
Browse files Browse the repository at this point in the history
  • Loading branch information
zjw2017 committed Dec 20, 2022
1 parent d7b927c commit 5778048
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion odex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ elif [[ $SDK == 32 ]]; then
elif [[ $SDK == 33 ]]; then
android_version=13
fi
if [[ $MIUI_version_code == 13 ]] && [[ $MIUI_version_name == V130 ]]; then
if [[ $MIUI_version_code == 14 ]] && [[ $MIUI_version_name == V140 ]]; then
MIUI_version=14
elif [[ $MIUI_version_code == 13 ]] && [[ $MIUI_version_name == V130 ]]; then
MIUI_version=13
elif [[ $MIUI_version_code == 12 ]] && [[ $MIUI_version_name == V125 ]]; then
MIUI_version=12.5 Enhanced
Expand Down

0 comments on commit 5778048

Please sign in to comment.