Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions apps/mobile/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,27 @@
"appVersionSource": "remote"
},
"build": {
"base": {
"node": "22.19.0"
},
"development": {
"extends": "base",
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"extends": "base",
"distribution": "internal"
},
"production": {
"extends": "base",
"autoIncrement": true,
"android": {
"buildType": "app-bundle"
}
},
"play-registration": {
"extends": "base",
"distribution": "internal",
"android": {
"buildType": "apk"
Expand Down
Loading