Silvia_Prada_Aprilia/vote-block-skripsi/my-app/eas.json
2024-12-31 11:46:10 +07:00

18 lines
354 B
JSON

{
"build": {
"preview": {
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"production": {}
}
}