Last active
June 19, 2017 10:09
-
-
Save NickJian/cda2856304833e439280d3b2fc553ec8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for apk in $(find ./<project path>/build/outputs/ -name '*.apk' ); | |
do | |
printf "\nshrinking ${apk}\n" | |
java -jar andredguard/AndResGuard-cli-1.1.11.jar $apk -config ./andredguard/config.xml -zipalign ./andredguard/zipalign_unix | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment