Skip to content

Commit b49f977

Browse files
committed
Merge branch 'master' of ssh://git.zetetic.net/sqlcipher-android
2 parents ea2d493 + 38c272a commit b49f977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ SQLiteDatabaseHook hook = new SQLiteDatabaseHook() {
5151

5252
## Android NDK
5353

54-
Currently, SQLCipher for Android uses NDK version "23.0.7599858".
54+
Currently, SQLCipher for Android uses NDK version "25.2.9519653".
5555

5656
## <a name="external-dependencies" />External dependencies:
5757

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ project.ext {
3232
}
3333
androidXSQLiteVersion = "2.2.0"
3434
roomVersion = "2.5.0"
35-
androidNdkVersion = "23.0.7599858"
35+
androidNdkVersion = "25.2.9519653"
3636
mavenLocalRepositoryPrefix = "file://"
3737
if(project.hasProperty('publishLocal') && publishLocal.toBoolean()){
3838
mavenSnapshotRepositoryUrl = "outputs/snapshot"

0 commit comments

Comments
 (0)