Skip to content

Commit bfca12e

Browse files
committed
2 parents 42d6e5a + e1fa22b commit bfca12e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

packages/app-expo/app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"ios": {
1616
"supportsTablet": true,
1717
"bundleIdentifier": "com.readany.app",
18+
"buildNumber": "2",
1819
"infoPlist": {
1920
"UIBackgroundModes": [
2021
"audio",

packages/app-expo/eas.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cli": {
3-
"version": ">= 14.1.0"
3+
"version": ">= 14.1.0",
4+
"appVersionSource": "remote"
45
},
56
"build": {
67
"development": {
@@ -22,6 +23,7 @@
2223
}
2324
},
2425
"production": {
26+
"autoIncrement": true,
2527
"android": {
2628
"buildType": "app-bundle"
2729
},

0 commit comments

Comments
 (0)