Files
fluffychat/scripts/build-android-debug.sh

5 lines
92 B
Bash
Executable File

#!/usr/bin/env bash -ve
flutter channel stable
flutter upgrade
flutter build apk --debug -v