From 9aff2597cf6735960299d98bf2b4d650aac9cb35 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 6 Oct 2023 18:02:22 -0700 Subject: [PATCH] Bump build revision --- app.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.config.js b/app.config.js index a1477a8aea..82d0d5a0ca 100644 --- a/app.config.js +++ b/app.config.js @@ -19,7 +19,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, ios: { - buildNumber: '1', + buildNumber: '2', supportsTablet: false, bundleIdentifier: 'xyz.blueskyweb.app', config: { @@ -43,7 +43,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, android: { - versionCode: 40, + versionCode: 41, adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', backgroundColor: '#ffffff',