32 lines
925 B
JSON
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"
|
|
}
|
|
}
|
|
}
|