Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Increment iOS buildnumber & android version code for release

+2 -2
+2 -2
app.config.js
··· 19 19 backgroundColor: '#ffffff', 20 20 }, 21 21 ios: { 22 - buildNumber: '2', 22 + buildNumber: '3', 23 23 supportsTablet: false, 24 24 bundleIdentifier: 'xyz.blueskyweb.app', 25 25 config: { ··· 43 43 backgroundColor: '#ffffff', 44 44 }, 45 45 android: { 46 - versionCode: 45, 46 + versionCode: 46, 47 47 adaptiveIcon: { 48 48 foregroundImage: './assets/adaptive-icon.png', 49 49 backgroundColor: '#ffffff',