From f7af59da12d8f6aca18c7e35b4dcc0f0dc2e5bb1 Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Wed, 17 Nov 2021 18:58:40 -0500 Subject: [PATCH] [#317] Update NDK to 24.0.7856742 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e3d0965..9cf1d05f 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-andro

- 6. Then, install NDK ~~20.0.5594570~~ 21.1.6352462 + 6. Then, install NDK ~~20.0.5594570~~ 24.0.7856742 (pro tip: `build.gradle -> ndkVersion` defines the actual required version. Use that because this README may get out-of-date. Also note that the "Show Package Details" box in the bottom right corner must be checked in order to install specific versions of the NDK.)

diff --git a/gradle.properties b/gradle.properties index 205433bd..048cb9b5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -55,7 +55,7 @@ ANDROID_TARGET_SDK_VERSION=31 ANDROID_COMPILE_SDK_VERSION=31 # Note: When updating the NDK version here, be sure to update the version on the CI server as well -ANDROID_NDK_VERSION=21.1.6352462 +ANDROID_NDK_VERSION=24.0.7856742 ANDROID_GRADLE_PLUGIN_VERSION=7.0.3 DETEKT_VERSION=1.18.1