Skip to content

Commit

Permalink
Update apksigner jar to 26.0.1 and updates version to 0.8.1
Browse files Browse the repository at this point in the history
According to the release notes, these are the changes to the jar:

* Adds PKCS #11 support to allow signing with keys held in secure hardware. (Issue #37140484)
* Adds support for loading additional JCA Providers before signing.
* Honors android:targetSandboxVersion when verifying APKs.
* When signing, rejects APKs with files that include 'CR' (carriage return), 'LF' (line feed), or 'NUL' (null) special characters in the file name.
* Fixes apksigner.bat to correctly handle parameters containing spaces. (Issue #38132450)
* Fixes a bug in JAR signature verification when multiple digests are present for the same entry in MANIFEST.MF. (Issue #38497270)
  • Loading branch information
patrickfav committed Jul 26, 2017
1 parent 0697d96 commit b94d4a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Releases

## Unreleased

## v0.8.1
* updates apksigner to v25.0.3
* adds checksum to release artifacts

## v0.8.0
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>at.favre.tools</groupId>
<artifactId>uber-apk-signer</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>

<prerequisites>
<maven>3.1.0</maven>
Expand Down Expand Up @@ -213,7 +213,7 @@
<artifactId>apksigner</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/apksigner_25_0_3.jar</systemPath>
<systemPath>${project.basedir}/src/main/resources/lib/apksigner_26_0_1.jar</systemPath>
</dependency>
<!-- test -->
<dependency>
Expand Down
Binary file added src/main/resources/lib/apksigner_26_0_1.jar
Binary file not shown.

0 comments on commit b94d4a5

Please sign in to comment.