PliWould/eas.json

26 lines
390 B
JSON
Raw Normal View History

2024-07-01 22:01:25 +02:00
{
"cli": {
"version": ">= 10.1.0"
2024-07-01 22:01:25 +02:00
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"android": {
"buildType": "apk"
},
2024-07-01 22:01:25 +02:00
"distribution": "internal"
},
"production": {
"android": {
"buildType": "apk"
}
}
2024-07-01 22:01:25 +02:00
},
"submit": {
"production": {}
}
}