Skip to content

Commit aacf1d2

Browse files
committed
update app hanlding
1 parent bcf7817 commit aacf1d2

4 files changed

Lines changed: 36 additions & 5 deletions

File tree

bun.lock

Lines changed: 22 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mobile-voice/app.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@
8181
"projectId": "50b3dac3-8b5e-4142-b749-65ecf7b2904d"
8282
}
8383
},
84-
"owner": "anomaly-co"
84+
"owner": "anomaly-co",
85+
"runtimeVersion": {
86+
"policy": "appVersion"
87+
},
88+
"updates": {
89+
"url": "https://u.expo.dev/50b3dac3-8b5e-4142-b749-65ecf7b2904d"
90+
}
8591
}
8692
}

packages/mobile-voice/eas.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66
"build": {
77
"development": {
88
"developmentClient": true,
9-
"distribution": "internal"
9+
"distribution": "internal",
10+
"channel": "development"
1011
},
1112
"preview": {
12-
"distribution": "internal"
13+
"distribution": "internal",
14+
"channel": "preview"
1315
},
1416
"production": {
15-
"autoIncrement": true
17+
"autoIncrement": true,
18+
"channel": "production"
1619
}
1720
},
1821
"submit": {

packages/mobile-voice/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"expo-symbols": "~55.0.5",
3939
"expo-system-ui": "~55.0.11",
4040
"expo-task-manager": "~55.0.10",
41+
"expo-updates": "~55.0.16",
4142
"expo-web-browser": "~55.0.10",
4243
"react": "19.2.0",
4344
"react-dom": "19.2.0",

0 commit comments

Comments
 (0)