Skip to content

Commit 5da8577

Browse files
Update README to reference 4.4.2 release
1 parent c97d489 commit 5da8577

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.4.1"
58+
implementation "net.zetetic:android-database-sqlcipher:4.4.2"
5959
implementation "androidx.sqlite:sqlite:2.0.1"
6060
```
6161

62-
(replacing `4.4.1` with the version you want)
62+
(replacing `4.4.2` 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

@@ -142,7 +142,7 @@ In order to build `android-database-sqlcipher` from source you will need both th
142142
```
143143
SQLCIPHER_ROOT=/some/path/to/sqlcipher-folder \
144144
OPENSSL_ROOT=/some/path/to/openssl-folder \
145-
SQLCIPHER_ANDROID_VERSION="4.4.1" \
145+
SQLCIPHER_ANDROID_VERSION="4.4.2" \
146146
OPENSSL_ANDROID_LIB_ROOT=/some/path/for/android/native/lib/creation \
147147
make build-release
148148
```

0 commit comments

Comments
 (0)