mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2026-02-12 16:27:58 +01:00
6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/usr/bin/env bash
|
|
flutter channel stable
|
|
flutter upgrade
|
|
rm -rf android/.gradle
|
|
flutter build apk --debug -v
|