Files
mobile-darmasaba/eas.json
2025-06-20 17:24:09 +08:00

25 lines
399 B
JSON

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