Kyoo/front/apps/mobile/eas.json
2023-01-08 01:38:54 +09:00

29 lines
420 B
JSON

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