diff options
| author | Albin <albin@mullvad.net> | 2023-08-02 15:35:19 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-08-03 15:35:03 +0200 |
| commit | f92d674c9436d57afc92fcd8a45c5cd41ed17a85 (patch) | |
| tree | cfa78b8981e1a5c8fe1878dd496b9c13507a8aa3 /android | |
| parent | e3006c65c8b2cea0b24dd4e90d328e62a70bcc46 (diff) | |
| download | mullvadvpn-f92d674c9436d57afc92fcd8a45c5cd41ed17a85.tar.xz mullvadvpn-f92d674c9436d57afc92fcd8a45c5cd41ed17a85.zip | |
Update to jdk 17 in build instructions
Diffstat (limited to 'android')
| -rw-r--r-- | android/BuildInstructions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md index 177b6937a5..56bac698f1 100644 --- a/android/BuildInstructions.md +++ b/android/BuildInstructions.md @@ -86,13 +86,13 @@ Linux distro: **Linux** ```bash - sudo apt install zip openjdk-11-jdk + sudo apt install zip openjdk-17-jdk ``` **macOS** ```bash - brew install openjdk@11 + brew install openjdk@17 ``` - Install the SDK |
