6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/usr/bin/env bash
|
|
flutter channel stable
|
|
flutter upgrade
|
|
rm -rf android/.gradle
|
|
flutter build apk --debug -v
|