Specify the algorithm used to sign APK packages (#6404)

Required for compatibility with older versions of Android
This commit is contained in:
Jason Simmons 2016-10-19 16:10:46 -07:00 committed by GitHub
parent 5d19fe3537
commit edbe034847

View File

@ -129,6 +129,8 @@ class _ApkBuilder {
'-keystore', keystore.path,
'-storepass', keystorePassword,
'-keypass', keyPassword,
'-digestalg', 'SHA1',
'-sigalg', 'MD5withRSA',
outputApk.path,
keyAlias,
]);