Skip to content

fix(#627): Properly sign Android build artifacts

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

Closes #627 (closed)

Merge request reports