Skip to content

Commit 85175fd

Browse files
author
Christopher J. Brody
committed
Merge branch 'master' of https://github.com/sqlcipher/android-database-sqlcipher into patch-1
2 parents 4b64e2e + 4905acf commit 85175fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ such as having the following line in your module's `build.gradle` `dependencies`
5555
closure:
5656

5757
```gradle
58-
implementation "net.zetetic:android-database-sqlcipher:4.5.2"
58+
implementation "net.zetetic:android-database-sqlcipher:4.5.3"
5959
implementation "androidx.sqlite:sqlite:2.2.0"
6060
```
6161

62-
(replacing `4.5.2` with the version you want)
62+
(replacing `4.5.3` with the version you want)
6363

6464
<a title="Latest version from Maven Central" href="https://maven-badges.herokuapp.com/maven-central/net.zetetic/android-database-sqlcipher"><img src="https://maven-badges.herokuapp.com/maven-central/net.zetetic/android-database-sqlcipher/badge.svg"></a>
6565

@@ -145,7 +145,7 @@ To complete the `make` command, the `ANDROID_NDK_HOME` environment variable must
145145
SQLCIPHER_ROOT=/some/path/to/sqlcipher-folder \
146146
OPENSSL_ROOT=/some/path/to/openssl-folder \
147147
SQLCIPHER_CFLAGS="-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2" \
148-
SQLCIPHER_ANDROID_VERSION="4.5.2" \
148+
SQLCIPHER_ANDROID_VERSION="4.5.3" \
149149
make build-release
150150
```
151151

0 commit comments

Comments
 (0)