mhous33
mhous33
> You can script it like this: > > ```shell > function select_with_multiple_defaults() { > local default_choices=( > "default1" > "default2" > ) > local non_default_choices=( > "additional_choice1" > "additional_choice2"...
Thanks for the reply! I just tried again, using your latest release. Here are my steps: 1) d2j-dex2jar.sh *.apk 2) extract *dex2jar.jar 3) delete all contents except org/koin directory 4)...
Thanks for the info! I will have to try a different approach.