21 lines
361 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|