Skip to content

Commit

Permalink
fix: load internal build numbers from eas (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Sep 9, 2024
1 parent 70e743c commit 1a08bed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions eas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cli": {
"version": ">= 5.4.0"
"version": ">= 5.4.0",
"appVersionSource": "remote"
},
"build": {
"development": {
Expand All @@ -10,7 +11,9 @@
"preview": {
"distribution": "internal"
},
"production": {},
"production": {
"autoIncrement": true
},
"production_apk": {
"android": {
"buildType": "apk"
Expand Down

0 comments on commit 1a08bed

Please sign in to comment.