Skip to content

Commit c97d489

Browse files
Update version reference in README to 4.4.1
1 parent 2416e62 commit c97d489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 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.0"
58+
implementation "net.zetetic:android-database-sqlcipher:4.4.1"
5959
implementation "androidx.sqlite:sqlite:2.0.1"
6060
```
6161

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

0 commit comments

Comments
 (0)