fluffychat/scripts/build-android-debug.sh
2020-12-08 14:46:47 +00:00

4 lines
82 B
Bash
Executable file

#!/bin/sh -ve
flutter channel stable
flutter upgrade
flutter build apk --debug -v