Reactnative-notesapp/eas.json
2023-04-17 09:31:49 +08:00

24 lines
359 B
JSON

{
"cli": {
"version": ">= 3.9.2"
},
"build": {
"preview": {
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"production": {}
},
"submit": {
"production": {}
}
}