18 lines
276 B
JSON
18 lines
276 B
JSON
{
|
|
"build": {
|
|
"preview": {
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"preview2": {
|
|
"android": {
|
|
"gradleCommand": ":app:assembleRelease"
|
|
}
|
|
},
|
|
"preview3": {
|
|
"developmentClient": true
|
|
},
|
|
"production": {}
|
|
}
|
|
} |