1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-22 19:01:30 +00:00

Mention java version 8 as dependency (#1243)

This commit is contained in:
Simon Frei 2018-11-19 22:17:27 +01:00 committed by Audrius Butkevicius
parent 09b24d8505
commit 54b22028da

View file

@ -20,6 +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)
### Build instructions