niklashigi / apk-mitm

🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection
https://npm.im/apk-mitm
MIT License
3.9k stars 349 forks source link

Update Apktool #139

Closed lpcs007 closed 6 months ago

lpcs007 commented 1 year ago

I saw that I can use a customized version of apktool. However, I would like to update the existing version of apktool in apk-mitm. Is there any command for this?

palawer commented 9 months ago

You can specify your own apktool with --apktool ~/bin/apktool_2.9.3.jar param.

niklashigi commented 6 months ago

I just updated the built-in apktool version in c9621446b86c0b37e244fb87bc20f9ba4bda0a0c and will publish a new release with it soon. Permanently changing the apktool version used by apk-mitm isn't possible right now.