Browse Source

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

Update Exporting for Android JDK version specification
Max Hilbrunner 3 years ago
parent
commit
3e8281b723
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tutorials/export/exporting_for_android.rst

+ 3 - 3
tutorials/export/exporting_for_android.rst

@@ -36,10 +36,10 @@ Download and install the Android SDK.
     If you are using Linux,
     If you are using Linux,
     **do not use an Android SDK provided by your distribution's repositories as it will often be outdated**.
     **do not use an Android SDK provided by your distribution's repositories as it will often be outdated**.
 
 
-Install OpenJDK 8
------------------
+Install OpenJDK 11
+------------------
 
 
-Download and install  `OpenJDK 8 <https://adoptopenjdk.net/index.html?variant=openjdk8&jvmVariant=hotspot>`__.
+Download and install  `OpenJDK 11 <https://adoptium.net/?variant=openjdk11>`__.
 
 
 Create a debug.keystore
 Create a debug.keystore
 -----------------------
 -----------------------