Skip to content

Commit 79dc739

Browse files
Merge branch 'patch-1' of https://github.com/brodybits/android-database-sqlcipher into brodybits-patch-1
2 parents 22adc9c + bbaa0dd commit 79dc739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ closure:
5656

5757
```gradle
5858
implementation "net.zetetic:android-database-sqlcipher:4.5.3"
59-
implementation "androidx.sqlite:sqlite:2.0.1"
59+
implementation "androidx.sqlite:sqlite:2.1.0"
6060
```
6161

6262
(replacing `4.5.3` with the version you want)

android-database-sqlcipher/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
}
4141

4242
dependencies {
43-
implementation "androidx.sqlite:sqlite:2.0.1"
43+
implementation "androidx.sqlite:sqlite:2.1.0"
4444
}
4545

4646
editorconfig {

0 commit comments

Comments
 (0)