Skip to content

Commit

Permalink
Merge pull request #1184 from andrew-bierman/configure-remote-appVers…
Browse files Browse the repository at this point in the history
…ion-mgmt

Configure remote appVersion management
  • Loading branch information
andrew-bierman authored Aug 23, 2024
2 parents 392426a + f094c1b commit 1901efa
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 1901efa

Please sign in to comment.