Bump dependencies

This commit is contained in:
arkon
2022-12-07 22:44:09 -05:00
parent 2c4ddca38e
commit e748d91d4a
4 changed files with 6 additions and 7 deletions

View File

@ -13,7 +13,7 @@ splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
recyclerview = "androidx.recyclerview:recyclerview:1.3.0-rc01"
viewpager = "androidx.viewpager:viewpager:1.1.0-alpha01"
glance = "androidx.glance:glance-appwidget:1.0.0-alpha03"
profileinstaller = "androidx.profileinstaller:profileinstaller:1.2.0"
profileinstaller = "androidx.profileinstaller:profileinstaller:1.2.1"
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle_version" }
lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle_version" }
@ -25,8 +25,6 @@ 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-alpha17"
sqlite = "androidx.sqlite:sqlite-framework:2.2.0"
benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.1.1"
test-ext = "androidx.test.ext:junit-ktx:1.1.4"
test-espresso-core = "androidx.test.espresso:espresso-core:3.5.0"