mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-20 02:59:26 +01:00
5 lines
171 B
Bash
5 lines
171 B
Bash
|
#!/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
|