Skip to content

Commit

Permalink
chore: update buildNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
Birloi Florian committed Dec 19, 2023
1 parent a6863fa commit f7189b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const expoConfig: ExpoConfig = {
},
assetBundlePatterns: ['**/*'],
ios: {
buildNumber: '1',
buildNumber: '4',
supportsTablet: true,
bundleIdentifier: 'org.commitglobal.vic',
entitlements: {
Expand All @@ -32,7 +32,7 @@ const expoConfig: ExpoConfig = {
},
},
android: {
versionCode: 1,
versionCode: 3,
adaptiveIcon: {
foregroundImage: './src/assets/images/adaptive-icon.png',
backgroundColor: '#ffffff',
Expand Down

0 comments on commit f7189b7

Please sign in to comment.