{ "cli": { "version": ">= 5.6.0" }, "build": { "development": { "developmentClient": true, "distribution": "internal", "channel": "development", "env": { "ENV": "development" } }, "production": { "channel": "production", "autoIncrement": true, "android": { "buildType": "app-bundle" }, "env": { "ENV": "production" } } }, "submit": { "production": {} } }