Skip to content

Commit

Permalink
Merge pull request #329 from wyne/build-58
Browse files Browse the repository at this point in the history
Build 58
  • Loading branch information
wyne authored Nov 10, 2023
2 parents f4f03ab + ce74947 commit e0ea1c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ npx eas-cli build --platform android --profile preview --local

### Production Build

Remember to bump `versionCode` and `buildNumber` in `app.config.js`.

```zsh
npx expo-doctor
npx expo prebuild
Expand Down
4 changes: 2 additions & 2 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default {
bundleIdentifier: packageName,
supportsTablet: true,
requireFullScreen: false,
buildNumber: "57",
buildNumber: "58",
infoPlist: {
RCTAsyncStorageExcludeFromBackup: false
},
Expand All @@ -67,7 +67,7 @@ export default {
},
package: packageName,
permissions: [],
versionCode: 57,
versionCode: 58,
googleServicesFile: "./google-services.json",
},
userInterfaceStyle: "dark",
Expand Down

0 comments on commit e0ea1c1

Please sign in to comment.