Kyoo/front/apps/mobile/eas.json
2023-12-20 04:21:27 +01:00

30 lines
452 B
JSON

{
"cli": {
"version": ">= 3.0.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"env": {
"APP_VARIANT": "development"
},
"channel": "development"
},
"preview": {
"distribution": "internal",
"channel": "preview",
"android": {
"buildType": "apk"
}
},
"production": {
"channel": "prod"
}
},
"submit": {
"production": {}
}
}