4 lines
92 B
Bash
Executable file
4 lines
92 B
Bash
Executable file
#!/usr/bin/env bash -ve
|
|
flutter channel stable
|
|
flutter upgrade
|
|
flutter build apk --debug -v
|