{ "cli": { "version": ">= 16.0.0", "appVersionSource": "local" }, "build": { "development": { "developmentClient": true, "distribution": "internal", "android": { "buildType": "apk", "gradleCommand": ":app:assembleDebug" }, "env": { "EXPO_PUBLIC_API_URL": "http://localhost:8080" }, "channel": "development" }, "pre-prod": { "distribution": "internal", "android": { "buildType": "apk" }, "env": { "EXPO_PUBLIC_API_URL": "https://uber-demo.club", "EXPO_PUBLIC_UPDATE_URL": "https://ota.uber-stup.club/api/manifest" }, "channel": "pre-prod" }, "production": { "distribution": "internal", "autoIncrement": true, "android": { "buildType": "apk" }, "env": { "EXPO_PUBLIC_API_URL": "https://mln-uber.club", "EXPO_PUBLIC_UPDATE_URL": "https://ota.uber-stup.club/api/manifest" }, "channel": "production" } } }