From 9cff82448f75e569899c826317a1fd668e8f97c7 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 6 Oct 2023 08:48:39 -0700 Subject: [PATCH] 1.52 --- app.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.config.js b/app.config.js index 51e95b1a..a1477a8a 100644 --- a/app.config.js +++ b/app.config.js @@ -6,7 +6,7 @@ module.exports = function () { slug: 'bluesky', scheme: 'bluesky', owner: 'blueskysocial', - version: '1.51.0', + version: '1.52.0', runtimeVersion: { policy: 'appVersion', }, @@ -19,7 +19,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, ios: { - buildNumber: '5', + buildNumber: '1', supportsTablet: false, bundleIdentifier: 'xyz.blueskyweb.app', config: { @@ -43,7 +43,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, android: { - versionCode: 39, + versionCode: 40, adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', backgroundColor: '#ffffff',