3 lines
82 B
Bash
3 lines
82 B
Bash
|
#!/usr/bin/env bash
|
||
|
flutter build apk --target-platform android-arm64 --release
|