We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0eeaa commit 8a9a9b6Copy full SHA for 8a9a9b6
3 files changed
.github/workflows/BuildApk.yaml
@@ -71,7 +71,7 @@ jobs:
71
run: |
72
cd client-mobile
73
echo "=== Building app with JSON output ==="
74
- eas build --platform android --profile production --non-interactive --json > build_output.json
+ eas build --platform android --clear-cache --profile production --non-interactive --json > build_output.json
75
echo "=== Build output ==="
76
cat build_output.json
77
BUILD_URL=$(jq -r '.[0].artifacts.buildUrl' build_output.json)
client-mobile/SettingModal.js
client-mobile/eas.json
@@ -1,7 +1,6 @@
1
{
2
"cli": {
3
- "version": ">= 14.0.2",
4
- "appVersionSource": "remote"
+ "version": ">= 14.0.2"
5
},
6
"build": {
7
"preview": {
0 commit comments