Skip to content

Commit

Permalink
Merge pull request #216 from Scottish-Tech-Army/updateEASConfigFile
Browse files Browse the repository at this point in the history
Update EAS config
  • Loading branch information
dvdjms authored Sep 24, 2024
2 parents 2671621 + 1db7012 commit 5f1d82a
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions eas.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
{
"cli": {
"appVersionSource": "remote",
"version": ">= 3.13.3"
"version": ">= 5.9.3",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"distribution": "store",
"autoIncrement": true
}
},
"submit": {
"production": {
"android": {
"track": "internal"
},
"ios": {
"ascAppId": "1632619020",
"appleTeamId": "48N3J4V5KM"
}
}
"production": {}
}
}

0 comments on commit 5f1d82a

Please sign in to comment.