Skip to content

Commit b3c49c7

Browse files
fix(deps): update dependency androidx.work:work-runtime-ktx to v2.11.1
1 parent aa13a90 commit b3c49c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ dependencies {
133133
implementation "androidx.constraintlayout:constraintlayout:2.2.1"
134134

135135
// ==== WORKMANAGER ====
136-
implementation "androidx.work:work-runtime-ktx:2.10.0"
136+
implementation "androidx.work:work-runtime-ktx:2.11.1"
137137
implementation "androidx.work:work-runtime:2.10.0"
138138

139139
// ==== JETPACK COMPOSE & TESTING ====

0 commit comments

Comments
 (0)