mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-12 19:50:49 +01:00
![Marcus Hoffmann](/assets/img/avatar_default.png)
Originally done in 051ec8f913e6532349f0912cac3ca84507c542bb then accidentally (?) reverted in 8a542bf5c2f5dd2cd275111074f29b71b2b11dd7
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
|