{ "cli": { "version": ">= 16.10.0", "appVersionSource": "remote" }, "build": { "development": { "distribution": "internal", "android": { "buildType": "apk" }, "ios": { "simulator": true } }, "preview": { "distribution": "internal", "android": { "buildType": "apk" }, "ios": { "simulator": false } }, "production": { "distribution": "store", "android": { "buildType": "app-bundle" }, "ios": { "simulator": false } } }, "submit": { "production": { "android": { "serviceAccountKeyPath": "./service-account.json", "track": "production" } }, "beta": { "android": { "serviceAccountKeyPath": "./service-account.json", "track": "beta", "releaseStatus": "completed" } }, "internal": { "android": { "serviceAccountKeyPath": "./service-account.json", "track": "internal" } } } }