summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
Diffstat (limited to 'android/BuildInstructions.md')
-rw-r--r--android/BuildInstructions.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md
index 39cf2ad771..c80214f013 100644
--- a/android/BuildInstructions.md
+++ b/android/BuildInstructions.md
@@ -118,10 +118,10 @@ Linux distro:
```bash
cd "$ANDROID_HOME" # Or some other directory to place the Android NDK
- wget https://dl.google.com/android/repository/android-ndk-r25c-linux.zip
- unzip android-ndk-r25c-linux.zip
+ wget https://dl.google.com/android/repository/android-ndk-r27b-linux.zip
+ unzip android-ndk-r27b-linux.zip
- cd android-ndk-r25c
+ cd android-ndk-r27b
export ANDROID_NDK_HOME="$PWD"
```