readme: Reference java 11 not 8

This commit is contained in:
Simon Frei 2021-07-07 15:42:47 +02:00
parent 751eb26a3d
commit b45446a4ae
No known key found for this signature in database
GPG Key ID: 7C31D23ECB1006F3
1 changed files with 1 additions and 1 deletions

View File

@ -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