2024-07-01 22:01:25 +02:00
|
|
|
{
|
|
|
|
"cli": {
|
2024-07-04 17:29:47 +02:00
|
|
|
"version": ">= 10.1.0"
|
2024-07-01 22:01:25 +02:00
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"development": {
|
|
|
|
"developmentClient": true,
|
|
|
|
"distribution": "internal"
|
|
|
|
},
|
|
|
|
"preview": {
|
2024-07-04 17:29:47 +02:00
|
|
|
"android": {
|
|
|
|
"buildType": "apk"
|
|
|
|
},
|
2024-07-01 22:01:25 +02:00
|
|
|
"distribution": "internal"
|
|
|
|
},
|
2024-07-04 17:29:47 +02:00
|
|
|
"production": {
|
|
|
|
"android": {
|
|
|
|
"buildType": "apk"
|
|
|
|
}
|
|
|
|
}
|
2024-07-01 22:01:25 +02:00
|
|
|
},
|
|
|
|
"submit": {
|
|
|
|
"production": {}
|
|
|
|
}
|
|
|
|
}
|