Skip to content

Commit 2726e2f

Browse files
committed
Update
1 parent 497a6bd commit 2726e2f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
targetSdkVersion 28
2222
versionCode Integer.parseInt(new java.text.SimpleDateFormat("yyMMddHH").format(new Date()))
2323
// versionCode 26021101
24-
versionName "1.4.2"
24+
versionName "1.4.3"
2525
}
2626
signingConfigs {
2727
release {

app/src/main/assets/home/bin/apkeditor_b

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ find "$INPUT" -type f -name "*.bak" -delete >/dev/null
124124
tenapkkk="$(cat "$INPUT/.cache/ten_file.log")"
125125

126126
# xây dựng apk
127-
eval 'apkeditor b -f '$XTRALIB' -i '"$INPUT"' -o '"$INPUT/dist/$tenapkkk"' ' 2>&1 | sed -E \
127+
eval "apkeditor b -f $XTRALIB -i \"$INPUT\" -o \"$INPUT/dist/$tenapkkk\" " 2>&1 | sed -E \
128128
-e '1,/__/d' \
129129
-e '/Delete:/d' \
130130
-e '/Saved to:/d' \

app/src/main/assets/home/bin/apkeditor_d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ echo "$replag_text_1..."
9898
echo
9999

100100
# apkeditor
101-
eval 'apkeditor d -f -t '"$TYPEAPK"' '$setkkh' -i '"$ptpk"' -o '"$Tout"' ' 2>&1 | sed -E \
101+
eval "apkeditor d -f -t \"$TYPEAPK\" $setkkh -i \"$ptpk\" -o \"$Tout\" " 2>&1 | sed -E \
102102
-e '1,/__/d' \
103103
-e '/Delete:/d' \
104104
-e '/Saved to:/d' \
@@ -116,7 +116,7 @@ if [ "$DECODEX" == "smali" ];then
116116
kout="$(basename $vkn .dex)"
117117
mkdir -p "$Tout/smali/$kout"
118118
API=$(dexupdater -g "$vkn" -printApi | awk '/API/ {print $2}')
119-
eval 'baksmali d '$hhhhfdr' --bootclasspath '"$BOOTCLASSPATH"' --api '$API' '"$vkn"' -o '"$Tout/smali/$kout"' '
119+
eval "baksmali d $hhhhfdr --bootclasspath \"$BOOTCLASSPATH\" --api '$API' \"$vkn\" -o \"$Tout/smali/$kout\" "
120120
check_changes.py "$Tout/smali/$kout" "$Tout/.cache/hash_$kout.json" >/dev/null
121121
done
122122
fi

app/src/main/assets/home/bin/apktool_d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ ktfw="-t $api2"
106106
fi
107107

108108
# apktool
109-
eval 'apktool d --match-original '$ktfw' -f '$rdex' -o '"$Tout"' '"$ptpk"' || killtree '"$apke_text_1"' '
109+
eval "apktool d --match-original $ktfw -f $rdex -o \"$Tout\" \"$ptpk\" || killtree \"$apke_text_1\" "
110110
mkdir -p "$Tout/.cache"
111111

112112
# giải mã smali
@@ -119,7 +119,7 @@ if [ "$DECODEX" == 2 ];then
119119
kout="$(basename $vkn .dex | sed 's|classes|smali|')"
120120
mkdir -p "$Tout/$kout"
121121
API=$(dexupdater -g "$vkn" -printApi | awk '/API/ {print $2}')
122-
eval 'baksmali d '$hhhhfdr' --bootclasspath '"$BOOTCLASSPATH"' --api '$API' '"$vkn"' -o '"$Tout/$kout"' '
122+
eval "baksmali d $hhhhfdr --bootclasspath \"$BOOTCLASSPATH\" --api $API \"$vkn\" -o \"$Tout/$kout\" "
123123
check_changes.py "$Tout/$kout" "$Tout/.cache/hash_$kout.json" >/dev/null
124124
done
125125
fi

0 commit comments

Comments
 (0)