calabash / calabash-android

Automated Functional testing for Android using cucumber
Other
1.68k stars 617 forks source link

Fix signing for newer keytool #924

Closed rajdeepv closed 3 years ago

rajdeepv commented 3 years ago

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

JoeSSS commented 3 years ago

released in https://rubygems.org/gems/calabash-android/versions/0.9.14