Spaces:
Running
Running
| { | |
| "cli": { | |
| "version": ">= 10.0.0", | |
| "appVersionSource": "remote" | |
| }, | |
| "build": { | |
| "development": { | |
| "developmentClient": true, | |
| "distribution": "internal" | |
| }, | |
| "preview": { | |
| "channel": "preview", | |
| "android": { | |
| "buildType": "app-bundle" | |
| } | |
| }, | |
| "preview_apk": { | |
| "channel": "preview", | |
| "distribution": "internal", | |
| "android": { | |
| "buildType": "apk" | |
| } | |
| }, | |
| "production": { | |
| "channel": "production", | |
| "autoIncrement": true | |
| } | |
| }, | |
| "submit": { | |
| "production": {} | |
| } | |
| } | |