Skip to content

Releases: patrickfav/uber-apk-signer

v1.3.0

16 Feb 20:45
v1.3.0
a74efe0
Compare
Choose a tag to compare
  • update internal apksigner implementation to 33.0.2 and zipalign binaries
  • improve support for v3.1 and v4 signature schema

v1.2.2

15 Feb 21:49
v1.2.2
4c3bc49
Compare
Choose a tag to compare
  • move to github actions & sonarqube
  • update some dependencies
  • fix flaky tests

v1.2.1

29 Nov 18:49
v1.2.1
e319b51
Compare
Choose a tag to compare
  • minor: fix using incorrect version number

v1.2.0

29 Nov 12:13
v1.2.0
8a707e5
Compare
Choose a tag to compare
  • 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

30 Sep 14:56
v1.1.0
d5f27b0
Compare
Choose a tag to compare
  • 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

23 Oct 14:32
v1.0.0
Compare
Choose a tag to compare
  • 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

16 Mar 12:04
v0.8.4
a9e9616
Compare
Choose a tag to compare
  • 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

23 Oct 17:19
3091367
Compare
Choose a tag to compare
  • do not use javax.xml.bind.* dependencies, that might crash on jre9

v0.8.2

17 Oct 09:03
d302099
Compare
Choose a tag to compare
  • add jar signing of release jar
  • updates apksigner to v26.0.2

v0.8.1

26 Jul 22:01
b94d4a5
Compare
Choose a tag to compare
  • updates apksigner to v26.0.1
  • adds checksum to release artifacts