yubioath-flutter/android/scripts/build.sh
2022-11-29 16:20:19 +01:00

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