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.

v0.8.0

6 years ago
  • updates apksigner to v25.0.3
  • uses errorprone compiler
  • adds coveralls coverage config

v0.7.0

7 years ago
  • updates apksigner to v25.0.2
  • checks for empty input paths
  • masks pw input

v0.6.0

7 years ago
  • adds verify sha256 feature
  • adds resign feature
  • adds multiple input files/folders feature
  • fixes bug where source would be deleted when using skipZipalign

v0.5.0

7 years ago
  • adds embedded linux & mac zipalign (x64 only)
  • enhances log output (more structural with checksums etc.)

v0.4.0

7 years ago
  • adds multi keystore sign feature
  • better verify output
  • adds --ksDebug to provide custom location for debug keystore
  • prints file checksums

v0.3.0

7 years ago
  • fixes bug where wrong pw was used for release keystores
  • fixes bug where mac was identified as windows machine

v0.2.0

7 years ago
  • fixes using release keystore
  • better signature verify output

Issue: built-in zipalign for linux & mac do not work yet.

v0.1.0

7 years ago
  • sign, zipalign and verify of multiple apks
  • built-in zipalign & debug.keystore