mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-06 00:56:58 +00:00
32 lines
588 B
JSON
32 lines
588 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 18.0.1",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"environment": "development"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"developmentClient": true,
|
|
"environment": "preview"
|
|
},
|
|
"apk": {
|
|
"environment": "production",
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"production": {
|
|
"autoIncrement": true,
|
|
"environment": "production"
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|