Merge pull request #1351 from obfusk/patch-3

README: explicitly say "OpenJDK 17", not just "Java 17"
This commit is contained in:
Sylvia van Os
2023-06-04 22:00:20 +02:00
committed by GitHub

View File

@@ -58,7 +58,7 @@ For FidMe you need to select the barcode type for each entry afterwards.
# Building
Building can either be done through Android Studio (not reproducible!) or the build.sh script in this repository (reproducibly with Java 17, same way F-Droid builds it). This script can also sign the build.
Building can either be done through Android Studio (not reproducible!) or the build.sh script in this repository (reproducibly with OpenJDK 17, same way F-Droid builds it). This script can also sign the build.
Build without signing:
```