| { | |
| "cli": { | |
| "version": ">= 21.0.1", | |
| "appVersionSource": "remote" | |
| }, | |
| "build": { | |
| "development": { | |
| "developmentClient": true, | |
| "distribution": "internal" | |
| }, | |
| "preview": { | |
| "distribution": "internal", | |
| "android": { | |
| "buildType": "apk" | |
| } | |
| }, | |
| "production": { | |
| "autoIncrement": true, | |
| "android": { | |
| "buildType": "apk" | |
| } | |
| } | |
| }, | |
| "submit": { | |
| "production": {} | |
| } | |
| } |