| 12345678910111213141516171819202122232425262728293031 |
- {
- "cli": {
- "version": ">= 14.2.0",
- "appVersionSource": "remote"
- },
- "build": {
- "development": {
- "developmentClient": true,
- "distribution": "internal",
- "channel": "development"
- },
- "preview": {
- "ios": {
- "simulator": false,
- "enterpriseProvisioning": "adhoc"
- },
- "android": {
- "buildType": "apk",
- "gradleCommand": ":app:assembleRelease"
- },
- "distribution": "internal",
- "channel": "preview"
- },
- "production": {
- "autoIncrement": true
- }
- },
- "submit": {
- "production": {}
- }
- }
|