Skip to content

fix(#627): Properly sign Android build artifacts

Martin Hoeher requested to merge stable into development

Due to previous changes, we accidentally shipped (aka uploaded) unsigned APK and AAB files. These are basically unusable for end users as well as deployment to the Android Play Store. This change fixes this by:

  • Copying the correct AAB file
  • Requesting the build to also sign the APK file

Merge request reports