mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-02 18:19:30 +01:00
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
|