Skip to content

Commit

Permalink
Updates zipalign mac binaries to v29.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Sep 30, 2019
1 parent 77d24aa commit d5f27b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## v1.1.0

* support apk signer schema v3 with lineage file support #18
* updates apksigner to v29.0.2 win/linux binary
* updates apksigner to v29.0.2
* updates zipalign to v29.0.2 win/mac/linux binaries
* add OSWAP dependency check plugin to Maven POM

## v1.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ private void findLocation(Arg arg) {
fileName = "win-zipalign_29_0_2.exe";
lib = "libwinpthread-1-29_0_2.dll";
} else if (osType == CmdUtil.OS.MAC) {
fileName = "mac-zipalign-24_0_3";
lib = "linux64-libc++-29_0_2.so"; //TODO test if this works on mac
fileName = "mac-zipalign-29_0_2";
lib = "linux64-libc++-29_0_2.so";
} else {
fileName = "linux-zipalign-29_0_2";
lib = "linux64-libc++-29_0_2.so";
Expand Down
Binary file added src/main/resources/mac-zipalign-29_0_2
Binary file not shown.

0 comments on commit d5f27b0

Please sign in to comment.