Files
codexbar-mobile/eas.json
T
space 89aae69587
Build Android APK / build (push) Has been cancelled
ci: set appVersionSource to remote in eas.json
2026-06-24 16:43:04 +02:00

23 lines
330 B
JSON

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