Skip to content

Commit bcfd2fb

Browse files
Christopher J. Brodydevelopernotes
andcommitted
update README.md with NDK LTS version support
* use specific Android LTS version 23.0.7599858 * add a paragraph split Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com> Co-authored-by: Nick Parker <nparker@zetetic.net>
1 parent ef2ade9 commit bcfd2fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ For applications which utilize ProGuard, a few additional rules must be included
137137

138138
### Building
139139

140-
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 `r20`. 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:
140+
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`.
141+
142+
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:
141143

142144
```
143145
SQLCIPHER_ROOT=/some/path/to/sqlcipher-folder \

0 commit comments

Comments
 (0)