Files
Chromacase/front/eas.json
2023-06-17 07:01:23 +01:00

21 lines
361 B
JSON

{
"build": {
"debug": {
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleDebug",
"developmentClient": true,
"distribution": "internal"
}
},
"production": {
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleRelease",
"developmentClient": true,
"distribution": "internal"
}
}
}
}