Selaa lähdekoodia

Update Compiling for Android JDK version specification

Marcel Admiraal 3 vuotta sitten
vanhempi
commit
b54bf231b6
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      development/compiling/compiling_for_android.rst

+ 1 - 2
development/compiling/compiling_for_android.rst

@@ -31,9 +31,8 @@ For compiling under Windows, Linux or macOS, the following is required:
       **do not use an Android SDK provided by your distribution's repositories as it will often be outdated**.
 
 -  Gradle (will be downloaded and installed automatically if missing).
--  JDK 8 (either OpenJDK or Oracle JDK).
+-  JDK 11 (either OpenJDK or Oracle JDK).
 
-   -  JDK 9 or later are not currently supported.
    -  You can download a build from `ojdkbuild <https://github.com/ojdkbuild/ojdkbuild>`_.
 
 .. seealso:: For a general overview of SCons usage for Godot, see