mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Specify the algorithm used to sign APK packages (#6404)
Required for compatibility with older versions of Android
This commit is contained in:
parent
5d19fe3537
commit
edbe034847
@ -129,6 +129,8 @@ class _ApkBuilder {
|
||||
'-keystore', keystore.path,
|
||||
'-storepass', keystorePassword,
|
||||
'-keypass', keyPassword,
|
||||
'-digestalg', 'SHA1',
|
||||
'-sigalg', 'MD5withRSA',
|
||||
outputApk.path,
|
||||
keyAlias,
|
||||
]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user