Skip to content

Commit

Permalink
Staging version 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
luciatugui committed Jul 30, 2024
1 parent fe18813 commit 1539067
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.0.11',
version: '1.0.12',
orientation: 'portrait',
icon: './src/assets/images/icon.png',
userInterfaceStyle: 'light',
Expand All @@ -18,7 +18,7 @@ const expoConfig: ExpoConfig = {
},
assetBundlePatterns: ['**/*'],
ios: {
buildNumber: '14',
buildNumber: '15',
supportsTablet: false,
bundleIdentifier: 'org.commitglobal.vic',
entitlements: {
Expand All @@ -32,12 +32,12 @@ const expoConfig: ExpoConfig = {
},
},
android: {
versionCode: 12,
versionCode: 13,
adaptiveIcon: {
foregroundImage: './src/assets/images/adaptive-icon.png',
backgroundColor: '#ffffff',
},
googleServicesFile: process.env.GOOGLE_SERVICES_JSON,
googleServicesFile: './google-services.json',
package: 'org.commitglobal.vic',
},
web: {
Expand Down

0 comments on commit 1539067

Please sign in to comment.