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: setup java

geesawra d83be620 8c2bf24d

+4 -2
+4 -2
.tangled/workflows/build.yaml
··· 17 17 steps: 18 18 - name: build-release-apk 19 19 command: | 20 - ./gradlew assembleRelease 21 - #fastlane release_bin 20 + JDK_PATH=$(nix eval nixpkgs#jdk24.outPath --extra-experimental-features nix-command --extra-experimental-features flakes) 21 + export PATH=$JDK_PATH/bin:$PATH 22 + export JAVA_HOME=$JDK_PATH 23 + fastlane release_bin