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

Configure Feed

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

CI: Disable JDK auto-download in Tangled build

The foojay resolver tries to download a JetBrains JDK 21 which
fails to unpack in CI. Disable auto-download so Gradle uses the
Nix-provided jdk21_headless instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

geesawra 7ab30d3f b599d313

+1 -1
+1 -1
.tangled/workflows/build.yaml
··· 30 30 echo $AGE_KEY > age-key.txt 31 31 age --decrypt -i age-key.txt -o app/keystore.jks keystore.jks.age 32 32 33 - ./gradlew assembleRelease 33 + ./gradlew assembleRelease --no-daemon -Dorg.gradle.java.installations.auto-download=false 34 34 # fastlane release_bin 35 35 source ./generate-root.sh app/build/outputs/apk/release/app-release.apk 36 36 npx wrangler r2 object put monarch-releases/$MONARCH_APK_FILENAME --remote true --file=$MONARCH_APK_PATH