Skip to content

Commit

Permalink
update sqlite lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Jays2Kings committed Mar 21, 2023
1 parent cd699a1 commit 28dc7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ dependencies {
implementation("com.github.gabrielemariotti.changeloglib:changelog:2.1.0")

// Database
implementation("androidx.sqlite:sqlite-ktx:2.2.0")
implementation("com.github.requery:sqlite-android:3.36.0")
implementation("androidx.sqlite:sqlite-ktx:2.3.0")
implementation("com.github.requery:sqlite-android:3.39.2")
implementation("com.github.inorichi.storio:storio-common:8be19de@aar")
implementation("com.github.inorichi.storio:storio-sqlite:8be19de@aar")

Expand Down

0 comments on commit 28dc7bd

Please sign in to comment.