From 38fa68a4ec08dd1d372094cb8cee9c54ef9d8a1a Mon Sep 17 00:00:00 2001 From: Kevin Gorham Date: Wed, 10 Jun 2020 03:37:55 -0400 Subject: [PATCH] Update NDK version instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aad5140..dd8880a3 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,8 @@ rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-andro

- 6. Then, install NDK 20.0.5594570 + 6. Then, install NDK ~~20.0.5594570~~ 21.1.6352462 + (pro tip: build.gradle -> `ndkVersion` defines the actual required version. This README may get out-of-date)