We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: Treehouses Remote is currently using v1 signature, and Flutter builds v2, but the highest signature is v3 (v4 is Coming Soon™)
Research: No official Flutter documentation, but found this Android documentation: https://source.android.com/security/apksigning/v3
The difference with v3 is that it can now switch certificates.
No known Flutter command to use v3 signature.
Status: Pending method to sign with v3 instead of v1/v2.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem: Treehouses Remote is currently using v1 signature, and Flutter builds v2, but the highest signature is v3 (v4 is Coming Soon™)
Research:
No official Flutter documentation, but found this Android documentation:
https://source.android.com/security/apksigning/v3
The difference with v3 is that it can now switch certificates.
No known Flutter command to use v3 signature.
Status:
Pending method to sign with v3 instead of v1/v2.
The text was updated successfully, but these errors were encountered: