Skip to content

Commit bbaa0dd

Browse files
author
Christopher J. Brody
committed
build: update androidx.sqlite/sqlite -> 2.1.0
ref: https://mvnrepository.com/artifact/androidx.sqlite/sqlite
1 parent 0876f83 commit bbaa0dd

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)