1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 04:11:14 +00:00

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

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