NuvioStreaming/eas.json
2025-04-13 11:20:56 +05:30

32 lines
533 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"
}
},
"apk": {
"android": {
"buildType": "apk"
}
}
},
"submit": {
"production": {}
}
}