Skip to content

Commit

Permalink
update jar to 1.2.10
Browse files Browse the repository at this point in the history
fix #210
  • Loading branch information
simpleton committed Jan 4, 2018
1 parent a2b6bbc commit e1babae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion tool_output/build_apk.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set storepass=testres
set keypass=testres
set alias=testres
set zipalign=D:\soft\dev\android\sdk\build-tools\23.0.2\zipalign.exe
"%jdkpath%" -jar AndResGuard-cli-1.2.6.jar input.apk -config config.xml -out outapk -signature "%storepath%" "%storepass%" "%keypass%" "%alias%" -zipalign "%zipalign%"
"%jdkpath%" -jar AndResGuard-cli-1.2.10.jar input.apk -config config.xml -out outapk -signature "%storepath%" "%storepass%" "%keypass%" "%alias%" -zipalign "%zipalign%"
pause
2 changes: 1 addition & 1 deletion tool_output/build_apk.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

java -jar AndResGuard-cli-1.2.6.jar input.apk -config config.xml -out outapk -signature release.keystore testres testres testres
java -jar AndResGuard-cli-1.2.10.jar input.apk -config config.xml -out outapk -signature release.keystore testres testres testres

0 comments on commit e1babae

Please sign in to comment.