From 9a4af42cd7158837cd2ca48bb8dfc35ff0543c8f Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 10 Jul 2026 16:47:39 +0300 Subject: [PATCH] Revert "temp: different name and slug for android builds for parallel install with the main app" This reverts commit f96e4296dac550d0b566544188ac95f8a7bc3aa2. --- app.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.config.js b/app.config.js index 84d6285f2e..49b626fa1b 100644 --- a/app.config.js +++ b/app.config.js @@ -45,7 +45,7 @@ module.exports = function (_config) { return { expo: { version: VERSION, - name: IS_DEV ? 'Bluesky (New Arch)' : 'Bluesky', // TODO: revert before merging + name: 'Bluesky', slug: 'bluesky', scheme: 'bluesky', owner: 'blueskysocial', @@ -196,7 +196,7 @@ module.exports = function (_config) { backgroundColor: '#006AFF', }, googleServicesFile: './google-services.json', - package: IS_DEV ? 'xyz.blueskyweb.app.newarch' : 'xyz.blueskyweb.app', // TODO: revert before merging + package: 'xyz.blueskyweb.app', intentFilters: [ { action: 'VIEW',