mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
11 lines
186 B
Bash
Executable File
11 lines
186 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
# Generate Third-party licenses
|
|
pushd android
|
|
./gradlew collectLicenses
|
|
popd
|
|
|
|
# Build flutter app
|
|
flutter build apk --release --split-per-abi
|
|
flutter build apk --release
|