From c00f4d963ecc107849566b569cfc797629edf133 Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Wed, 4 Jan 2023 14:09:06 -0500 Subject: [PATCH] docs: update recommended NDK -> r23c (no longer LTS) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dc500d0..71407654 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ For applications which utilize ProGuard, a few additional rules must be included ### Building -In order to build `android-database-sqlcipher` from source you will need both the Android SDK, Gradle, Android NDK, SQLCipher core source directory, and an OpenSSL source directory. We currently recommend using Android NDK LTS version `23.0.7599858`. +In order to build `android-database-sqlcipher` from source you will need both the Android SDK, Gradle, Android NDK, SQLCipher core source directory, and an OpenSSL source directory. We currently recommend using Android NDK version r23c (`23.2.8568313`). To complete the `make` command, the `ANDROID_NDK_HOME` environment variable must be defined which should point to your NDK root. Once you have cloned the repo, change directory into the root of the repository and run the following commands: