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
Currently the properties of the AndroidSignAndAlign do not allow an override of the 'Signature Algorithm' or 'MessageDigestAlgorithm'.
Overview of the current 'AndroidSignAndAlignDefaults'
let AndroidSignAndAlignDefaults = { KeystorePath = "" KeystorePassword = "" KeystoreAlias = "" JarsignerPath = "jarsigner" ZipalignPath = "zipalign"
I have added the follow two parameters via the defaults
SignatureAlgorithm = "SHA1withRSA" MessageDigestAlgorithm = "SHA1"
The text was updated successfully, but these errors were encountered:
Already merged in the Master
Sorry, something went wrong.
No branches or pull requests
Currently the properties of the AndroidSignAndAlign do not allow an override of the 'Signature Algorithm' or 'MessageDigestAlgorithm'.
Overview of the current 'AndroidSignAndAlignDefaults'
I have added the follow two parameters via the defaults
The text was updated successfully, but these errors were encountered: