Commit edbe0348 authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

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

Required for compatibility with older versions of Android
parent 5d19fe35
......@@ -129,6 +129,8 @@ class _ApkBuilder {
'-keystore', keystore.path,
'-storepass', keystorePassword,
'-keypass', keyPassword,
'-digestalg', 'SHA1',
'-sigalg', 'MD5withRSA',
outputApk.path,
keyAlias,
]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment