mirror of
https://github.com/lemeow125/Reactnative-notesapp.git
synced 2024-11-17 06:29:27 +08:00
24 lines
359 B
JSON
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": {}
|
|
}
|
|
}
|