Skip to content

Commit c5bd0cf

Browse files
Bump libraryVersion for README update
1 parent a05b38f commit c5bd0cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-4.5.6-release.aar')
19+
implementation files('libs/sqlcipher-android-4.5.7-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:4.5.6@aar'
26+
implementation 'net.zetetic:sqlcipher-android:4.5.7@aar'
2727
implementation 'androidx.sqlite:sqlite:2.2.0'
2828
```
2929

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project.ext {
2828
if(project.hasProperty('sqlcipherAndroidVersion') && "${sqlcipherAndroidVersion}") {
2929
libraryVersion = "${sqlcipherAndroidVersion}"
3030
} else {
31-
libraryVersion = "4.5.6"
31+
libraryVersion = "4.5.7"
3232
}
3333
minSdkVersion = 21
3434
androidXSQLiteVersion = "2.2.0"

0 commit comments

Comments
 (0)