Skip to content

Commit 0978fae

Browse files
Update README
1 parent 74ac299 commit 0978fae

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
@@ -16,14 +16,14 @@ We welcome contributions, to contribute to SQLCipher for Android, a [contributor
1616
Add a local reference to the local library and dependency:
1717

1818
```groovy
19-
implementation files('libs/sqlcipher-android-undefined-release.aar')
19+
implementation files('libs/sqlcipher-android-4.12.0-release.aar')
2020
implementation 'androidx.sqlite:sqlite:2.2.0'
2121
```
2222

2323
or source a Community edition build from Maven Central:
2424

2525
```groovy
26-
implementation 'net.zetetic:sqlcipher-android:undefined@aar'
26+
implementation 'net.zetetic:sqlcipher-android:4.12.0@aar'
2727
implementation 'androidx.sqlite:sqlite:2.2.0'
2828
```
2929

0 commit comments

Comments
 (0)