Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update apksigner jar to 26.0.1 and updates version to 0.8.1
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