I've been trying to build: bitcoin-wallet on github (for far, far longer than I care to admit). I've had zero repeatable reproducible success. I'm using Android Studio Arctic Fox on Windows 11 . I'm using all the correct versions of plugins/Gradle/Java/Android Studio/sdkCompile/Buildtools/SDKs/etc. In addition to what comes straight out of the "main" branch, I've tried different permutations of build.gradles, compileSDK, etc. But no joy. The only firm requirements from the README are Java 11 SDK and Gradle between 4.4 and 6.9: You'll need git, a Java 11 SDK and Gradle between 4.4 and 6.9.x for this. We'll assume Ubuntu 24.04 LTS (Noble Numbat) for the package installs, which comes with OpenJDK 11 and Gradle 4.4.1 out of the box. Entries in the repository claim it's a "reproducible build" but that's not been my experience: "The app now builds reproducible." Is my failure to build because I'm using Wind...