mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/sh -ve
|
|
flutter channel stable
|
|
flutter upgrade
|
|
flutter build apk --debug -v
|