mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-10 04:04:09 +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
|