Files
omnex-demo-app/omnex-plateform-app/eas.json
T
Xor290 877291e684
Omnex Plateform App - EAS Build / build (push) Failing after 8m4s
chore: v1.0.0
2026-08-04 18:47:47 +02:00

20 lines
465 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.uber-stup.club/api/manifest"
},
"channel": "production-omnex-admin"
}
}
}