Skip to content

Commit 8ca242b

Browse files
Update README to ref. new version number and Maven Central ref
1 parent bc7c96a commit 8ca242b

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,17 @@ We welcome contributions, to contribute to SQLCipher for Android, a [contributor
1515

1616
### Application Integration
1717

18-
Add a reference to the local library and dependency:
18+
Add a local reference to the local library and dependency:
1919

2020
```
21-
implementation files('libs/sqlcipher-android-4.5.1-release.aar')
21+
implementation files('libs/sqlcipher-android-4.5.2-release.aar')
22+
implementation 'androidx.sqlite:sqlite:2.1.0'
23+
```
24+
25+
or source a Community edition build from Maven Central:
26+
27+
```
28+
implementation 'net.zetetic:sqlcipher-android:4.5.2@aar'
2229
implementation 'androidx.sqlite:sqlite:2.1.0'
2330
```
2431

README.md.template

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,17 @@ We welcome contributions, to contribute to SQLCipher for Android, a [contributor
1515

1616
### Application Integration
1717

18-
Add a reference to the local library and dependency:
18+
Add a local reference to the local library and dependency:
1919

2020
```
21-
implementation files('libs/sqlcipher-android-4.5.1-release.aar')
21+
implementation files('libs/sqlcipher-android-4.5.2-release.aar')
22+
implementation 'androidx.sqlite:sqlite:<%=androidXSQLiteVersion%>'
23+
```
24+
25+
or source a Community edition build from Maven Central:
26+
27+
```
28+
implementation 'net.zetetic:sqlcipher-android:4.5.2@aar'
2229
implementation 'androidx.sqlite:sqlite:<%=androidXSQLiteVersion%>'
2330
```
2431

0 commit comments

Comments
 (0)