Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support scheme v3.1 #122

Merged
merged 10 commits into from
Nov 2, 2023
Merged

Support scheme v3.1 #122

merged 10 commits into from
Nov 2, 2023

Conversation

jmatsu
Copy link

@jmatsu jmatsu commented Oct 30, 2023

v3.1 introduces target sdk ability so this PR adds interfaces to return signature information with target sdk.

  • I've deprecated many methods that rely on non-rotated signing.
  • Revised test assets because some of them are not properly configured

signers[sdk_versions].push(line)
end
else
# TODO: support multiple signers
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Multiple key signing is not supported by Google Play or the general usecase of App Bundle, so this has been to TODOs.

attr_reader :trusted_signature_lineage
# An object contains lineages and certificate fingerprints
# @return [AndroidApk::AppSignature] a signature representation
attr_reader :app_signature
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This exposes v1, v2, v3, v3.1 compatible interfaces.

@jmatsu jmatsu marked this pull request as ready for review October 31, 2023 11:42
@jmatsu jmatsu requested review from a team and satsukies and removed request for a team October 31, 2023 11:42
Copy link
Member

@satsukies satsukies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jmatsu jmatsu merged commit 6530a64 into master Nov 2, 2023
5 checks passed
@jmatsu jmatsu deleted the jmatsu/feat/support_scheme_v3_1 branch November 2, 2023 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants