A cheap attempt at a native Bluesky client for Android
0
fork

Configure Feed

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

workflows: set the charset and run fastlane

geesawra f0973367 e6cec06e

+4 -2
+4 -2
.tangled/workflows/build.yaml
··· 12 12 steps: 13 13 - name: build-release-apk 14 14 command: | 15 - echo "Here we are" 16 - # fastlane release_bin 15 + export LC_ALL=en_US.UTF-8 16 + export LANG=en_US.UTF-8 17 + export LANGUAGE=en_US.UTF-8 18 + fastlane release_bin