[android] Enable Java 21

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-08-25 21:15:09 +02:00
parent ca5cc46f2b
commit f9a1606f89
3 changed files with 10 additions and 10 deletions

View File

@@ -245,7 +245,7 @@ Check if you have a system-wide Java Runtime Environment (JRE) installed:
java -version
```
If your system doesn't have a JRE installed or Java version is less than 17 (OpenJDK)
If your system doesn't have a JRE installed or Java version is less than 21 (OpenJDK)
or you want command line builds to use a JRE version bundled with the Studio
then set the `JAVA_HOME` environment variable: