diff options
| author | Albin <albin@mullvad.net> | 2023-08-03 15:35:41 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-08-03 15:35:41 +0200 |
| commit | ee9cc04e984e77c83405fd161b35f946adfc538f (patch) | |
| tree | 6238e54a21d8ee7e5917a3f64a6868ddf9b24264 /android/BuildInstructions.md | |
| parent | 28e71efe1c4303e6f665f2ae79b63d25d68b7241 (diff) | |
| parent | 0a2c48a0c24c3c41e339e620c1e8e7b079ffc6e0 (diff) | |
| download | mullvadvpn-ee9cc04e984e77c83405fd161b35f946adfc538f.tar.xz mullvadvpn-ee9cc04e984e77c83405fd161b35f946adfc538f.zip | |
Merge branch 'bump-container-image-jdk-gradle-and-agp-droid-244'
Diffstat (limited to 'android/BuildInstructions.md')
| -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 |
