Skip to content

Commit a005db3

Browse files
Update README for v4.15.0 release
1 parent 5473803 commit a005db3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.14.0-release.aar')
19+
implementation files('libs/sqlcipher-android-4.15.0-release.aar')
2020
implementation 'androidx.sqlite:sqlite:2.6.2'
2121
```
2222

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

2525
```groovy
26-
implementation 'net.zetetic:sqlcipher-android:4.14.0@aar'
26+
implementation 'net.zetetic:sqlcipher-android:4.15.0@aar'
2727
implementation 'androidx.sqlite:sqlite:2.6.2'
2828
```
2929

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ project.ext {
3333
if(project.hasProperty('sqlcipherAndroidVersion') && "${sqlcipherAndroidVersion}") {
3434
libraryVersion = "${sqlcipherAndroidVersion}"
3535
} else {
36-
libraryVersion = "4.14.1"
36+
libraryVersion = "4.15.0"
3737
}
3838
minSdkVersion = 23
3939
androidXSQLiteVersion = "2.6.2"

0 commit comments

Comments
 (0)