Files
codexbar-mobile/eas.json
T
Space-Banane 896f9149f1
CodexBar Mobile Build / build-android (push) Has been cancelled
CodexBar Mobile Build / release (push) Has been cancelled
Set up Expo OTA updates and CI workflows
2026-07-04 19:34:22 +02:00

26 lines
423 B
JSON

{
"cli": {
"version": ">= 16.0.0",
"appVersionSource": "remote"
},
"build": {
"preview": {
"channel": "preview",
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"production": {
"channel": "production",
"distribution": "internal",
"android": {
"buildType": "apk"
}
}
},
"submit": {
"production": {}
}
}