Skip to content

Commit

Permalink
更新 odex.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zjw2017 committed Jun 17, 2022
1 parent 08ec5f6 commit d7b927c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ now_time=$(date '+%Y%m%d_%H:%M:%S')
SDK=$(getprop ro.system.build.version.sdk)
time=$(date "+%Y年%m月%d日%H:%M:%S")
version=$(cat /data/adb/modules/odex_script_update_online/module.prop | grep -w "version" | cut -d '=' -f2)
versionCode=$(cat /data/adb/modules/odex_script_update_online/module.prop | sed 's/,/\n/g' | grep -w "versionCode" | cut -d '=' -f2)
versionCode=$(cat /data/adb/modules/odex_script_update_online/module.prop | grep -w "versionCode" | cut -d '=' -f2)
if [[ $SDK == 28 ]]; then
android_version=9
elif [[ $SDK == 29 ]]; then
Expand Down

0 comments on commit d7b927c

Please sign in to comment.