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: try gradlew directly

geesawra 8411707e 1572e9e9

+7 -5
+7 -5
.tangled/workflows/build.yaml
··· 7 7 dependencies: 8 8 nixpkgs: 9 9 - fastlane 10 - - jre24 11 10 - jdk24 12 11 12 + environment: 13 + - LC_ALL: "en_US.UTF-8" 14 + - LANG: "en_US.UTF-8" 15 + - LANGUAGE: "en_US.UTF-8" 16 + 13 17 steps: 14 18 - name: build-release-apk 15 19 command: | 16 - export LC_ALL=en_US.UTF-8 17 - export LANG=en_US.UTF-8 18 - export LANGUAGE=en_US.UTF-8 19 - fastlane release_bin 20 + ./gradlew assembleRelease 21 + #fastlane release_bin