Skip to content

Commit 8a9a9b6

Browse files
committed
change version num
1 parent ea0eeaa commit 8a9a9b6

3 files changed

Lines changed: 2 additions & 88 deletions

File tree

.github/workflows/BuildApk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
cd client-mobile
7373
echo "=== Building app with JSON output ==="
74-
eas build --platform android --profile production --non-interactive --json > build_output.json
74+
eas build --platform android --clear-cache --profile production --non-interactive --json > build_output.json
7575
echo "=== Build output ==="
7676
cat build_output.json
7777
BUILD_URL=$(jq -r '.[0].artifacts.buildUrl' build_output.json)

client-mobile/SettingModal.js

Lines changed: 0 additions & 85 deletions
This file was deleted.

client-mobile/eas.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"cli": {
3-
"version": ">= 14.0.2",
4-
"appVersionSource": "remote"
3+
"version": ">= 14.0.2"
54
},
65
"build": {
76
"preview": {

0 commit comments

Comments
 (0)