bundle dexpatcher 1.6.1

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent b2b182ca41
commit 322dc49e4d

@ -67,10 +67,11 @@ CommonInstaller, Uninstaller, Patcher
* Patcher
* if ROM's odex method is VDEX, **try** to automatically deodex it
* bundle vdexExtractor
* bundle vdexExtractor 0.5.1
* if ROM's odex method is ODEX, **try** to automatically deodex it
* bundle baksmali and smali
* bundle baksmali and smali 2.2.5
* if ROM's services.jar already contains classes.dex, skip deodexing
* update dexpatcher 1.6.1
* simplify code
* remove old code

@ -109,7 +109,6 @@ increase_module_version () {
dalvikize_jar () {
if [[ -f ${1} ]]; then
${ANDROID_HOME}/build-tools/27.0.3/dx --dex \
--min-sdk-version=26 \
--output="$(basename "${1}" .jar).dex" \
"${1}"
fi

Binary file not shown.
Loading…
Cancel
Save