Closed rajdeepv closed 3 years ago
With new jdk, the keytool reports Signature algorithm name: SHA1withRSA (weak)
Signature algorithm name: SHA1withRSA (weak)
as compared to old jdk which used to report it as: Signature algorithm name: SHA1withRSA
Signature algorithm name: SHA1withRSA
This breaks the parsing and results in failing of apk resigning. This PR tries to fix that
released in https://rubygems.org/gems/calabash-android/versions/0.9.14
With new jdk, the keytool reports
Signature algorithm name: SHA1withRSA (weak)
as compared to old jdk which used to report it as:
Signature algorithm name: SHA1withRSA
This breaks the parsing and results in failing of apk resigning. This PR tries to fix that