hopefully fix CI

This commit is contained in:
Sorunome 2021-01-28 17:13:19 +01:00
parent e9df6bfa43
commit 300cbe09e3
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
flutter channel stable
flutter upgrade
flutter pub get
rm -rf android/.gradle
flutter build apk --release
mkdir -p build/android
cp build/app/outputs/apk/release/app-release.apk build/android/

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
flutter channel stable
flutter upgrade
rm -rf android/.gradle
flutter build apk --debug -v