fluffychat/scripts/build-android-debug.sh

5 lines
82 B
Bash
Executable File

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