tiefen_space_app/eas.json

29 lines
480 B
JSON
Raw Normal View History

2023-12-29 00:27:44 +08:00
{
"cli": {
"version": ">= 5.2.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"channel": "development"
},
"preview": {
"android": {
"buildType": "apk"
},
"distribution": "internal",
"channel": "preview"
},
"production": {
"android": {
"buildType": "apk"
},
"channel": "production"
}
},
"submit": {
"production": {}
}
}