mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
32 lines
533 B
JSON
32 lines
533 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 16.2.2",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal"
|
|
},
|
|
"production": {
|
|
"autoIncrement": true
|
|
},
|
|
"release": {
|
|
"distribution": "store",
|
|
"android": {
|
|
"buildType": "app-bundle"
|
|
}
|
|
},
|
|
"apk": {
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|