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