We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea2d493 + 38c272a commit b49f977Copy full SHA for b49f977
README.md
@@ -51,7 +51,7 @@ SQLiteDatabaseHook hook = new SQLiteDatabaseHook() {
51
52
## Android NDK
53
54
-Currently, SQLCipher for Android uses NDK version "23.0.7599858".
+Currently, SQLCipher for Android uses NDK version "25.2.9519653".
55
56
## <a name="external-dependencies" />External dependencies:
57
build.gradle
@@ -32,7 +32,7 @@ project.ext {
32
}
33
androidXSQLiteVersion = "2.2.0"
34
roomVersion = "2.5.0"
35
- androidNdkVersion = "23.0.7599858"
+ androidNdkVersion = "25.2.9519653"
36
mavenLocalRepositoryPrefix = "file://"
37
if(project.hasProperty('publishLocal') && publishLocal.toBoolean()){
38
mavenSnapshotRepositoryUrl = "outputs/snapshot"
0 commit comments