Skip to content

Commit 347f3e3

Browse files
fix(deps): update dependency androidx.work:work-runtime-ktx to v2.9.0
1 parent 6e2adc6 commit 347f3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies {
7878
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2"
7979
implementation "androidx.navigation:navigation-compose:2.6.0"
8080
implementation "androidx.paging:paging-compose:3.2.1"
81-
implementation "androidx.work:work-runtime-ktx:2.8.1"
81+
implementation "androidx.work:work-runtime-ktx:2.9.0"
8282
implementation "com.google.accompanist:accompanist-placeholder-material:0.30.1"
8383
implementation "com.google.firebase:firebase-analytics-ktx"
8484
implementation "com.google.firebase:firebase-crashlytics-ktx"

0 commit comments

Comments
 (0)