mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-20 11:09:25 +01:00
5 lines
171 B
Bash
Executable File
5 lines
171 B
Bash
Executable File
#!/usr/bin/env bash
|
|
flutter channel stable
|
|
flutter upgrade
|
|
truncate -s $(head -n -2 android/app/build.gradle | wc -c) android/app/build.gradle
|
|
flutter build apk --debug -v |