Skip to content

Commit

Permalink
build: 🚀 Modified eas.json to autoincrement code version
Browse files Browse the repository at this point in the history
This will allow us to publish updates to play store
  • Loading branch information
YeyoM committed May 23, 2024
1 parent a34a188 commit cc70cfd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"resizeMode": "contain",
"backgroundColor": "#0B0B0B"
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.yeyom.wellness"
Expand All @@ -21,7 +23,8 @@
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0B0B0B"
},
"package": "com.yeyom.wellness"
"package": "com.yeyom.wellness",
"versionCode": 2
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
7 changes: 5 additions & 2 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
"distribution": "internal"
},
"preview": {
"android": {}
"android": {},
"autoIncrement": true
},
"production": {}
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
Expand Down

0 comments on commit cc70cfd

Please sign in to comment.