From 8f93b620e6ebe01dbf81ba5f274e4afe7ac659d6 Mon Sep 17 00:00:00 2001 From: luciatugui Date: Mon, 30 Sep 2024 16:33:01 +0300 Subject: [PATCH] Mobile Staging version 1.1.1 --- mobile/app.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/app.config.ts b/mobile/app.config.ts index 3c4b302a..ea850be2 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.1.0', + version: '1.1.1', orientation: 'portrait', icon: './src/assets/images/icon.png', userInterfaceStyle: 'light', @@ -18,7 +18,7 @@ const expoConfig: ExpoConfig = { }, assetBundlePatterns: ['**/*'], ios: { - buildNumber: '24', + buildNumber: '25', supportsTablet: false, bundleIdentifier: 'org.commitglobal.vic', entitlements: { @@ -32,7 +32,7 @@ const expoConfig: ExpoConfig = { }, }, android: { - versionCode: 24, + versionCode: 25, adaptiveIcon: { foregroundImage: './src/assets/images/adaptive-icon.png', backgroundColor: '#ffffff',