{ "cli": { "version": ">= 16.0.0", "appVersionSource": "local" }, "build": { "development": { "developmentClient": true, "distribution": "internal", "android": { "buildType": "apk", "gradleCommand": ":app:assembleDebug" }, "ios": { "simulator": true }, "env": { "API_URL": "https://uber-stup.club" }, "channel": "development" }, "preview": { "distribution": "internal", "android": { "buildType": "apk" }, "env": { "API_URL": "https://uber-stup.club" }, "channel": "preview" }, "production": { "distribution": "internal", "autoIncrement": true, "android": { "buildType": "apk" }, "env": { "API_URL": "https://uber-stup.club" }, "channel": "production" } } }