Files
helium/native-app/eas.json
2026-03-19 21:27:13 +01:00

32 lines
588 B
JSON

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