Pārlūkot izejas kodu

Merge pull request #5312 from madmiraal/update-jdk-version

Update Compiling for Android JDK version specification
Max Hilbrunner 3 gadi atpakaļ
vecāks
revīzija
d0b25407b8
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  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