Revert "temp: different name and slug for android builds for parallel install with the main app"

This reverts commit f96e4296da.
This commit is contained in:
Samuel Newman
2026-07-10 16:47:39 +03:00
parent 9deb2414aa
commit 9a4af42cd7
+2 -2
View File
@@ -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',