From 08fbc30a2915f3b8ffddb84f2a8d58dd8e0cedad Mon Sep 17 00:00:00 2001 From: FC Stegerman Date: Sun, 4 Jun 2023 19:07:43 +0000 Subject: [PATCH] README: explicitly say "OpenJDK 17", not just "Java 17" --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index e6b9087f6..3382dd22e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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: ```