Files
omnex-demo-app/omnex-plateform-client/eas.json
T
Xor290 07f2d91d0a
Omnex Plateform App - EAS Build / build (push) Failing after 1h58m35s
Omnex Plateform Client - EAS Build / build (push) Failing after 1h52m40s
chore: update ota link
2026-08-08 12:34:07 +02:00

20 lines
476 B
JSON

{
"cli": {
"version": ">= 16.0.0",
"appVersionSource": "local"
},
"build": {
"production": {
"distribution": "internal",
"autoIncrement": true,
"android": {
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_UPDATE_URL": "https://ota-omnex-cli.uber-stup.club/api/manifest"
},
"channel": "production-omnex-client"
}
}
}