Skip to content

Commit

Permalink
✨ configure remote appVersion management
Browse files Browse the repository at this point in the history
  • Loading branch information
mikib0 committed Aug 23, 2024
1 parent 392426a commit f094c1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/expo/eas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cli": {
"version": ">= 3.8.1"
"version": ">= 3.8.1",
"appVersionSource": "remote"
},
"build": {
"development": {
Expand All @@ -21,6 +22,7 @@
}
},
"production": {
"autoIncrement": true,
"ios": {
"resourceClass": "m-medium"
}
Expand Down

0 comments on commit f094c1b

Please sign in to comment.