summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-10-11 08:30:40 +0200
committerAlbin <albin@mullvad.net>2022-10-11 11:38:37 +0200
commit5d9b9d239ccaaa07e9102e58456a705c2633d748 (patch)
treed0492c14c82bd3624a542c91c236dfd8da4e1fa2 /android/BuildInstructions.md
parent51988b9b3c1c651ddd3b914a62d81c52494b2a63 (diff)
downloadmullvadvpn-5d9b9d239ccaaa07e9102e58456a705c2633d748.tar.xz
mullvadvpn-5d9b9d239ccaaa07e9102e58456a705c2633d748.zip
Update android sdk in build instructions
Diffstat (limited to 'android/BuildInstructions.md')
-rw-r--r--android/BuildInstructions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md
index 0fc3e54e73..bc0e362454 100644
--- a/android/BuildInstructions.md
+++ b/android/BuildInstructions.md
@@ -33,9 +33,9 @@ on your platform please submit an issue or a pull request.
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-6609375_latest.zip
+ wget https://dl.google.com/android/repository/commandlinetools-linux-8512546_latest.zip
unzip commandlinetools-linux-6609375_latest.zip
- ./tools/bin/sdkmanager "platforms;android-29" "build-tools;29.0.3" "platform-tools"
+ ./tools/bin/sdkmanager "platforms;android-33" "build-tools;33.0.0" "platform-tools"
```
If `sdkmanager` fails to find the SDK root path, pass the option `--sdk_root=$ANDROID_HOME`