solorpower/app/eas.json
haneulai 072d038410 Add 'app/' from commit '0e0b64f20f3d3dfd31a99eb8adf7d65c82536251'
git-subtree-dir: app
git-subtree-mainline: e9a4f8e401
git-subtree-split: 0e0b64f20f
2026-06-15 12:53:40 +09:00

25 lines
490 B
JSON

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