mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-16 22:09:26 +08:00
19 lines
313 B
JSON
19 lines
313 B
JSON
|
{
|
||
|
"build": {
|
||
|
"preview": {
|
||
|
"android": {
|
||
|
"buildType": "apk"
|
||
|
}
|
||
|
},
|
||
|
"preview2": {
|
||
|
"android": {
|
||
|
"gradleCommand": ":app:assembleRelease"
|
||
|
}
|
||
|
},
|
||
|
"preview3": {
|
||
|
"developmentClient": true
|
||
|
},
|
||
|
"production": {}
|
||
|
}
|
||
|
}
|
||
|
|