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:
+2
-2
@@ -45,7 +45,7 @@ module.exports = function (_config) {
|
|||||||
return {
|
return {
|
||||||
expo: {
|
expo: {
|
||||||
version: VERSION,
|
version: VERSION,
|
||||||
name: IS_DEV ? 'Bluesky (New Arch)' : 'Bluesky', // TODO: revert before merging
|
name: 'Bluesky',
|
||||||
slug: 'bluesky',
|
slug: 'bluesky',
|
||||||
scheme: 'bluesky',
|
scheme: 'bluesky',
|
||||||
owner: 'blueskysocial',
|
owner: 'blueskysocial',
|
||||||
@@ -196,7 +196,7 @@ module.exports = function (_config) {
|
|||||||
backgroundColor: '#006AFF',
|
backgroundColor: '#006AFF',
|
||||||
},
|
},
|
||||||
googleServicesFile: './google-services.json',
|
googleServicesFile: './google-services.json',
|
||||||
package: IS_DEV ? 'xyz.blueskyweb.app.newarch' : 'xyz.blueskyweb.app', // TODO: revert before merging
|
package: 'xyz.blueskyweb.app',
|
||||||
intentFilters: [
|
intentFilters: [
|
||||||
{
|
{
|
||||||
action: 'VIEW',
|
action: 'VIEW',
|
||||||
|
|||||||
Reference in New Issue
Block a user