diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-05-28 13:12:41 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-05-29 13:55:12 +0200 |
| commit | 489e812eb7b074b9599ecf1e0a31d143cea41a51 (patch) | |
| tree | 4d43f04df35baffac174bc84335f5858b970667b /android/BuildInstructions.md | |
| parent | c58361e530ea48a9185888ab7f38770925dd181b (diff) | |
| download | mullvadvpn-489e812eb7b074b9599ecf1e0a31d143cea41a51.tar.xz mullvadvpn-489e812eb7b074b9599ecf1e0a31d143cea41a51.zip | |
Fix filename in Android build instructions
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 0c4af11aad..4f73c9721b 100644 --- a/android/BuildInstructions.md +++ b/android/BuildInstructions.md @@ -105,8 +105,8 @@ Linux distro: cd /opt/android # Or some other directory to place the Android SDK export ANDROID_HOME=$PWD - wget https://dl.google.com/android/repository/commandlinetools-linux-8512546_latest.zip - unzip commandlinetools-linux-6609375_latest.zip + wget https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip + unzip commandlinetools-linux-11076708_latest.zip ./tools/bin/sdkmanager "platforms;android-33" "build-tools;30.0.3" "platform-tools" ``` |
