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

5 lines
82 B
Bash
Executable File

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