|
|
@@ -7,7 +7,8 @@
|
|
|
"development": {
|
|
|
"developmentClient": true,
|
|
|
"distribution": "internal",
|
|
|
- "channel": "development"
|
|
|
+ "channel": "development",
|
|
|
+ "environment": "development"
|
|
|
},
|
|
|
"preview": {
|
|
|
"ios": {
|
|
|
@@ -19,14 +20,16 @@
|
|
|
"gradleCommand": ":app:assembleRelease"
|
|
|
},
|
|
|
"distribution": "internal",
|
|
|
- "channel": "preview"
|
|
|
+ "channel": "preview",
|
|
|
+ "environment": "preview"
|
|
|
},
|
|
|
"production": {
|
|
|
"autoIncrement": true,
|
|
|
"android": {
|
|
|
"buildType": "apk"
|
|
|
},
|
|
|
- "channel": "production"
|
|
|
+ "channel": "production",
|
|
|
+ "environment": "production"
|
|
|
}
|
|
|
},
|
|
|
"submit": {
|