From 1539067375c1e9b0d1efaffd8cf01b2d099f3ee2 Mon Sep 17 00:00:00 2001 From: luciatugui Date: Tue, 30 Jul 2024 11:10:50 +0300 Subject: [PATCH] Staging version 1.0.12 --- mobile/app.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/app.config.ts b/mobile/app.config.ts index 0c104440..19849d20 100644 --- a/mobile/app.config.ts +++ b/mobile/app.config.ts @@ -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', @@ -18,7 +18,7 @@ const expoConfig: ExpoConfig = { }, assetBundlePatterns: ['**/*'], ios: { - buildNumber: '14', + buildNumber: '15', supportsTablet: false, bundleIdentifier: 'org.commitglobal.vic', entitlements: { @@ -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: {