Kliko/eas.json
2024-08-12 09:45:56 +02:00

19 lines
278 B
JSON

{
"cli": {
"version": ">= 10.2.2"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"production": {
"android": {
"buildType": "apk"
}
}
},
"submit": {
"production": {}
}
}