aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDon Turner <dturner@users.noreply.github.com>2018-06-29 17:13:24 +0100
committerGitHub <noreply@github.com>2018-06-29 17:13:24 +0100
commit0ec23b42a14b1b8b173ec4f7ccd0eff5db167dcd (patch)
treebf36a7b531773aa6d7e9cebebb9ec5db3ed24079 /README.md
parentd7476a88dfde26cfb22707dadd47710b9a284b22 (diff)
downloadoboe-0ec23b42a14b1b8b173ec4f7ccd0eff5db167dcd.tar.gz
Change required NDK version to r17b
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd0f383d..e25b80ad 100755
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Want your project added? [File an issue](https://github.com/google/oboe/issues/n
- Modern C++ allowing you to write clean, elegant code
## Requirements
-To build Oboe you will need the [Android NDK](https://developer.android.com/ndk/index.html) r15 or above
+To build Oboe you will need the Android NDK r17 or above. It can be installed using Android Studio's SDK manager, or via [direct download](https://developer.android.com/ndk/downloads/).
## Documentation
- [Getting Started Guide](docs/GettingStarted.md)