| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "cli": {
- "version": ">= 14.2.0",
- "appVersionSource": "remote"
- },
- "build": {
- "development": {
- "developmentClient": true,
- "distribution": "internal",
- "channel": "development",
- "environment": "development"
- },
- "preview": {
- "ios": {
- "simulator": false,
- "enterpriseProvisioning": "adhoc"
- },
- "android": {
- "buildType": "app-bundle",
- "gradleCommand": ":app:assembleRelease"
- },
- "distribution": "internal",
- "channel": "preview",
- "environment": "preview"
- },
- "production": {
- "autoIncrement": true,
- "channel": "production",
- "environment": "production"
- }
- },
- "submit": {
- "production": {
- "android": {
- "serviceAccountKeyPath": "./service-account-file.json",
- "track": "production"
- }
- }
- }
- }
|