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:
parent
f1135c2b5d
commit
d2f6c8b416
4 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -ve
|
||||
#!/usr/bin/env bash -ve
|
||||
flutter channel stable
|
||||
flutter upgrade
|
||||
flutter pub get
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -ve
|
||||
#!/usr/bin/env bash -ve
|
||||
flutter channel stable
|
||||
flutter upgrade
|
||||
flutter build apk --debug -v
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env bash -ve
|
||||
cd android
|
||||
echo $FDROID_KEY | base64 --decode --ignore-garbage > key.jks
|
||||
echo "storePassword=${FDROID_KEY_PASS}" >> key.properties
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -ve
|
||||
#!/usr/bin/env bash -ve
|
||||
flutter channel stable
|
||||
flutter upgrade
|
||||
flutter pub get
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue