From 46c2564e6531712538e44ee6880fb4bfce612ab9 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 3 Nov 2023 16:44:59 -0700 Subject: [PATCH] Increment iOS buildnumber & android version code for release --- app.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.config.js b/app.config.js index 6f271812..1c63a200 100644 --- a/app.config.js +++ b/app.config.js @@ -19,7 +19,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, ios: { - buildNumber: '2', + buildNumber: '3', supportsTablet: false, bundleIdentifier: 'xyz.blueskyweb.app', config: { @@ -43,7 +43,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, android: { - versionCode: 45, + versionCode: 46, adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', backgroundColor: '#ffffff',