Skip to content

Commit

Permalink
fix appVersionSource
Browse files Browse the repository at this point in the history
  • Loading branch information
shmatozz committed Sep 10, 2024
1 parent 8d251b5 commit 9c435c2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions eas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cli": {
"version": ">= 10.0.0"
"version": ">= 10.0.0",
"appVersionSource": "remote"
},
"build": {
"preview": {
Expand All @@ -19,9 +20,13 @@
"preview4": {
"distribution": "internal"
},
"production": {}
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
"production": {
"autoIncrement": true
}
}
}

0 comments on commit 9c435c2

Please sign in to comment.