We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4905acf commit bc5aba4Copy full SHA for bc5aba4
README.md
@@ -56,7 +56,7 @@ closure:
56
57
```gradle
58
implementation "net.zetetic:android-database-sqlcipher:4.5.3"
59
-implementation "androidx.sqlite:sqlite:2.0.1"
+implementation "androidx.sqlite:sqlite:2.1.0"
60
```
61
62
(replacing `4.5.3` with the version you want)
android-database-sqlcipher/build.gradle
@@ -40,7 +40,7 @@ android {
40
}
41
42
dependencies {
43
- implementation "androidx.sqlite:sqlite:2.0.1"
+ implementation "androidx.sqlite:sqlite:2.1.0"
44
45
46
editorconfig {
0 commit comments