mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-07 20:49:28 +01:00
bae779a868
Originally done in051ec8f913
then accidentally (?) reverted in8a542bf5c2
5 lines
88 B
Bash
Executable File
5 lines
88 B
Bash
Executable File
#!/usr/bin/env bash
|
|
flutter channel stable
|
|
flutter upgrade
|
|
flutter build apk --debug -v
|