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: Override JetBrains toolchain vendor for Nix JDK compatibility

The gradle-daemon-jvm.properties requires JetBrains JDK which isn't
available in CI. Patch to ADOPTIUM at build time and set JAVA_HOME
explicitly to the Nix-provided JDK.

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

geesawra a1ec75d1 7ab30d3f

+2 -1
+2 -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 --no-daemon -Dorg.gradle.java.installations.auto-download=false 33 + sed -i 's/toolchainVendor=JETBRAINS/toolchainVendor=ADOPTIUM/' gradle/gradle-daemon-jvm.properties 34 + JAVA_HOME=$JDK ./gradlew assembleRelease --no-daemon -Dorg.gradle.java.installations.auto-download=false 34 35 # fastlane release_bin 35 36 source ./generate-root.sh app/build/outputs/apk/release/app-release.apk 36 37 npx wrangler r2 object put monarch-releases/$MONARCH_APK_FILENAME --remote true --file=$MONARCH_APK_PATH