CityTrack / User /eas.json
0xarchit's picture
User app beta v1 complete
71638d4
{
"cli": {
"version": ">= 3.0.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleRelease",
"env": {
"EXPO_PUBLIC_API_BASE_URL": "https://0xarchit-citytrack.hf.space"
}
}
}
},
"submit": {
"production": {}
}
}