Commit 6aeb6105 by G

configuration for update support

parent a36f44c3
......@@ -6,7 +6,8 @@
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
"distribution": "internal",
"channel": "development"
},
"preview": {
"env": {
......@@ -15,13 +16,15 @@
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"channel": "preview"
},
"production": {
"autoIncrement": true
"autoIncrement": true,
"channel": "production"
}
},
"submit": {
"production": {}
}
}
\ No newline at end of file
}
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