Files
projet_gestion_commande/mobile/eas.json
T
Xor290 5c84dfed66
Frontend Client - EAS Build / build (push) Successful in 2h14m57s
chore: build
2026-08-07 19:59:31 +02:00

32 lines
925 B
JSON

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