NuvioStreaming/eas.json

33 lines
557 B
JSON

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