Update AndroidX SQLite (#7123)

This commit is contained in:
Andreas
2022-05-14 16:04:43 +02:00
committed by GitHub
parent f1ab34e27c
commit 6d011ebe32
3 changed files with 3 additions and 2 deletions

View File

@@ -24,6 +24,8 @@ guava = "com.google.guava:guava:31.1-android"
paging-runtime = "androidx.paging:paging-runtime:3.1.1"
paging-compose = "androidx.paging:paging-compose:1.0.0-alpha14"
sqlite = "androidx.sqlite:sqlite-framework:2.2.0"
[bundles]
lifecycle = ["lifecycle-common", "lifecycle-process", "lifecycle-runtimektx"]
workmanager = ["work-runtime", "guava"]