LeastAuthority / destiny

Destiny – Cross-platform Magic Wormhole graphical client
MIT License
236 stars 13 forks source link

Disable x86 build for Android #224

Closed donpui closed 1 year ago

donpui commented 1 year ago

We need to disable x86 build for Android, as flutter doesn't support it. This leads to issue on Google Play store side:

Screenshot 2023-01-23 at 16 24 44

Flutter issue: https://github.com/flutter/flutter/issues/9253