frontend-app/eas.json

29 lines
505 B
JSON

{
"cli": {
"version": ">= 16.20.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"android": {"buildType": "apk"}
},
"debug":{
"developmentClient": false,
"android": {
"gradleCommand": ":app:assembleDebug",
"buildType": "apk"
}
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}