mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 11:46:32 +00:00
36 lines
704 B
JSON
36 lines
704 B
JSON
|
|
{
|
||
|
|
"dimension": "buildType",
|
||
|
|
"flavors": [
|
||
|
|
{
|
||
|
|
"name": "dev"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "staff",
|
||
|
|
"testingLevel": "\"staff\"",
|
||
|
|
"appName": "Habitica Staff",
|
||
|
|
"versionCodeIncrement": 8
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "partners",
|
||
|
|
"testingLevel": "\"partners\"",
|
||
|
|
"appName": "Habitica",
|
||
|
|
"versionCodeIncrement": 6
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "alpha",
|
||
|
|
"testingLevel": "\"alpha\"",
|
||
|
|
"appName": "Habitica Alpha",
|
||
|
|
"versionCodeIncrement": 4
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "beta",
|
||
|
|
"testingLevel": "\"beta\"",
|
||
|
|
"versionCodeIncrement": 2
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "prod",
|
||
|
|
"testingLevel": "\"production\"",
|
||
|
|
"versionCodeIncrement": 0
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|