Skip to content

Commit

Permalink
Mobile Staging version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luciatugui committed Sep 30, 2024
1 parent eb097d0 commit 8f93b62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const expoConfig: ExpoConfig = {
name: 'vic',
slug: 'vic',
scheme: 'vic',
version: '1.1.0',
version: '1.1.1',
orientation: 'portrait',
icon: './src/assets/images/icon.png',
userInterfaceStyle: 'light',
Expand All @@ -18,7 +18,7 @@ const expoConfig: ExpoConfig = {
},
assetBundlePatterns: ['**/*'],
ios: {
buildNumber: '24',
buildNumber: '25',
supportsTablet: false,
bundleIdentifier: 'org.commitglobal.vic',
entitlements: {
Expand All @@ -32,7 +32,7 @@ const expoConfig: ExpoConfig = {
},
},
android: {
versionCode: 24,
versionCode: 25,
adaptiveIcon: {
foregroundImage: './src/assets/images/adaptive-icon.png',
backgroundColor: '#ffffff',
Expand Down

0 comments on commit 8f93b62

Please sign in to comment.