3 lines
109 B
Bash
3 lines
109 B
Bash
#!/usr/bin/env bash
|
|
cargo ndk --platform 21 --target x86_64-linux-android build --release --features flutter
|