Commit 6aeb6105 by G

configuration for update support

parent a36f44c3
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
"build": { "build": {
"development": { "development": {
"developmentClient": true, "developmentClient": true,
"distribution": "internal" "distribution": "internal",
"channel": "development"
}, },
"preview": { "preview": {
"env": { "env": {
...@@ -15,10 +16,12 @@ ...@@ -15,10 +16,12 @@
"distribution": "internal", "distribution": "internal",
"android": { "android": {
"buildType": "apk" "buildType": "apk"
} },
"channel": "preview"
}, },
"production": { "production": {
"autoIncrement": true "autoIncrement": true,
"channel": "production"
} }
}, },
"submit": { "submit": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment