NuvioStreaming/eas.json

27 lines
459 B
JSON

{
"cli": {
"version": ">= 16.2.2",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
},
"release": {
"distribution": "store",
"android": {
"buildType": "app-bundle"
}
}
},
"submit": {
"production": {}
}
}