33 lines
673 B
JSON
33 lines
673 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 10.0.0"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"android": { "buildType": "apk" },
|
|
"env": { "ITMS_ENV": "dev" }
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk",
|
|
"image": "ubuntu-22.04-jdk-17-ndk-r26b"
|
|
},
|
|
"env": { "ITMS_ENV": "prod" }
|
|
},
|
|
"production": {
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk",
|
|
"image": "ubuntu-22.04-jdk-17-ndk-r26b"
|
|
},
|
|
"env": { "ITMS_ENV": "prod" }
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|