Skip to content

Commit 81bde01

Browse files
Update AAR reference to 4.3.0 (now available on Maven Central)
1 parent 605a8d7 commit 81bde01

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +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.2.0'
58+
implementation 'net.zetetic:android-database-sqlcipher:4.3.0'
59+
implementation "androidx.sqlite:sqlite:2.0.1"
5960
```
6061

61-
(replacing `4.2.0` with the version you want)
62+
(replacing `4.3.0` with the version you want)
6263

6364
<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>
6465

0 commit comments

Comments
 (0)