3 lines
79 B
Bash
3 lines
79 B
Bash
|
|
#!/bin/bash
|
||
|
|
flutter clean
|
||
|
|
flutter build apk -t lib/main_prod.dart --flavor prod
|