Update scripts/build-android-apk.sh, scripts/build-android-debug.sh, scripts/prepare-android-release.sh, scripts/release-playstore-beta.sh files

This commit is contained in:
Christian Pauly 2020-12-09 19:45:07 +00:00
commit d2f6c8b416
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh -ve
#!/usr/bin/env bash -ve
flutter channel stable
flutter upgrade
flutter build apk --debug -v