Uber Apk Signer Versions Save

A cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing scheme has an embedded debug keystore and auto verifies after signing.

v1.3.0

1 year ago
  • update internal apksigner implementation to 33.0.2 and zipalign binaries
  • improve support for v3.1 and v4 signature schema

v1.2.2

1 year ago
  • move to github actions & sonarqube
  • update some dependencies
  • fix flaky tests

v1.2.1

3 years ago
  • minor: fix using incorrect version number

v1.2.0

3 years ago
  • fix using 'outfile.zip should use the same page alignment for all shared object files within infile.zip' by providing correct flag to zipalign (thx @subho007)
  • fix some minor vulnerabilities in tests
  • update maven dependencies & plugins

v1.1.0

4 years ago
  • support apk signer schema v3 with lineage file support #18
  • updates apksigner to v29.0.2
  • updates zipalign to v29.0.2 win/mac/linux binaries

v1.0.0

5 years ago
  • updates apksigner to v28.0.3
  • update zipalign to 28.0.3 win/linux binary
  • updates maven plugin versions
  • use maven wrapper
  • slightly improved debugging output

v0.8.4

6 years ago
  • add file size info to log output
  • fix nullpointer when using apk file and not dir (thx @yihongyuelan)
  • updates apksigner to v27.0.3

v0.8.3

6 years ago
  • do not use javax.xml.bind.* dependencies, that might crash on jre9

v0.8.2

6 years ago
  • add jar signing of release jar
  • updates apksigner to v26.0.2

v0.8.1

6 years ago
  • updates apksigner to v26.0.1
  • adds checksum to release artifacts