diff --git a/app/build.gradle b/app/build.gradle index 4bc06eb..9c7d13d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'com.google.android.material:material:1.13.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'androidx.preference:preference:1.2.1' - implementation 'androidx.work:work-runtime:2.11.0' + implementation 'androidx.work:work-runtime:2.11.1' implementation 'androidx.room:room-common:2.8.4' implementation 'androidx.room:room-runtime:2.8.4' annotationProcessor 'androidx.room:room-compiler:2.8.4'