From b45446a4aeda96df2c0b3b02c5342c9fc82f439f Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Wed, 7 Jul 2021 15:42:47 +0200 Subject: [PATCH] readme: Reference java 11 not 8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb2e7ccd..55817aa4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The project is translated on [Transifex](https://www.transifex.com/projects/p/sy - Android SDK (you can skip this if you are using Android Studio) - Android NDK (`$ANDROID_NDK_HOME` should point at the root directory of your NDK) - Go (see [here](https://docs.syncthing.net/dev/building.html#prerequisites) for the required version) -- Java Version 8 (you might need to set `$JAVA_HOME` accordingly) +- Java Version 11 (you scan skip this if you are using Android Studio, otherwise you might need to set `$JAVA_HOME` accordingly) ### Build instructions