summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-08-02 15:35:19 +0200
committerAlbin <albin@mullvad.net>2023-08-03 15:35:03 +0200
commitf92d674c9436d57afc92fcd8a45c5cd41ed17a85 (patch)
treecfa78b8981e1a5c8fe1878dd496b9c13507a8aa3 /android
parente3006c65c8b2cea0b24dd4e90d328e62a70bcc46 (diff)
downloadmullvadvpn-f92d674c9436d57afc92fcd8a45c5cd41ed17a85.tar.xz
mullvadvpn-f92d674c9436d57afc92fcd8a45c5cd41ed17a85.zip
Update to jdk 17 in build instructions
Diffstat (limited to 'android')
-rw-r--r--android/BuildInstructions.md4
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