Files
calchat/apps/client/eas.json
2026-02-02 22:49:25 +01:00

30 lines
594 B
JSON

{
"cli": {
"version": ">= 16.28.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk",
"withoutCredentials": true
},
"env": {
"ORG_GRADLE_PROJECT_reactNativeArchitectures": "arm64-v8a",
"EXPO_PUBLIC_API_URL": "https://calchat.gilmour109.de/api"
}
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}