forked from firka/student-legacy
4 lines
160 B
Bash
Executable File
4 lines
160 B
Bash
Executable File
#!/bin/sh
|
|
|
|
flutter build apk --release --tree-shake-icons --split-debug-info=debug-info --split-per-abi --target-platform android-arm,android-arm64 --obfuscate
|