chore: add update configuration

This commit is contained in:
2026-03-01 12:50:07 +01:00
parent f2de9b31ac
commit 9873514b36
3 changed files with 141 additions and 0 deletions
+6
View File
@@ -30,6 +30,7 @@
"production": {
"distribution": "internal",
"autoIncrement": true,
"channel": "production",
"android": {
"buildType": "apk"
},
@@ -37,5 +38,10 @@
"API_URL": "https://uber-stup.club"
}
}
},
"update": {
"production": {
"channel": "production"
}
}
}