expo-popcore-app/eas.json

38 lines
706 B
JSON

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