You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fluffychat/scripts/build-android-apk.sh

9 lines
237 B
Bash

5 years ago
#!/usr/bin/env bash
5 years ago
/bin/bash ./scripts/prepare-android-release.sh
5 years ago
flutter channel stable
flutter upgrade
flutter pub get
flutter build apk --release
mkdir -p build/android
5 years ago
cp build/app/outputs/apk/release/app-release.apk build/android/