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