Set up Expo OTA updates and CI workflows
CodexBar Mobile Build / build-android (push) Has been cancelled
CodexBar Mobile Build / release (push) Has been cancelled

This commit is contained in:
Space-Banane
2026-07-04 19:34:22 +02:00
parent dc7e497388
commit 896f9149f1
6 changed files with 177 additions and 1 deletions
+3
View File
@@ -5,12 +5,15 @@
},
"build": {
"preview": {
"channel": "preview",
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"production": {
"channel": "production",
"distribution": "internal",
"android": {
"buildType": "apk"
}