expo-ble-app-demo/eas.json

37 lines
632 B
JSON

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