chore: fix updates

This commit is contained in:
2026-03-01 17:12:01 +01:00
parent ce74c16f5d
commit 2fad63c28d
3 changed files with 87 additions and 59 deletions
+6 -4
View File
@@ -16,7 +16,8 @@
},
"env": {
"API_URL": "https://uber-stup.club"
}
},
"channel": "development"
},
"preview": {
"distribution": "internal",
@@ -25,18 +26,19 @@
},
"env": {
"API_URL": "https://uber-stup.club"
}
},
"channel": "preview"
},
"production": {
"distribution": "internal",
"autoIncrement": true,
"channel": "production",
"android": {
"buildType": "apk"
},
"env": {
"API_URL": "https://uber-stup.club"
}
},
"channel": "production"
}
}
}