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: Remove toolchain vendor constraint instead of replacing it

Deleting the toolchainVendor line entirely so Gradle accepts any
JDK 21, including the Nix-provided OpenJDK.

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

geesawra c52b04cb a1ec75d1

+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 - sed -i 's/toolchainVendor=JETBRAINS/toolchainVendor=ADOPTIUM/' gradle/gradle-daemon-jvm.properties 33 + sed -i '/toolchainVendor/d' gradle/gradle-daemon-jvm.properties 34 34 JAVA_HOME=$JDK ./gradlew assembleRelease --no-daemon -Dorg.gradle.java.installations.auto-download=false 35 35 # fastlane release_bin 36 36 source ./generate-root.sh app/build/outputs/apk/release/app-release.apk