Merge pull request #321 from zcash/317-update-ndk

Update the NDK to 24.0.7856742
This commit is contained in:
Francisco Gindre 2021-11-18 20:03:26 -03:00 committed by GitHub
commit 7a2ec19917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-andro
<img src="assets/sdk-manager-icon.png?raw=true" width="70%"/>
</p>
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.)
<p align="center">
<img src="assets/ndk-window.png?raw=true" width="85%"/>

View File

@ -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