diff --git a/android/build.gradle b/android/build.gradle index 7def565..571fce1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -148,7 +148,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-process:2.8.7" // Background sync scheduler (single periodic job waking the native sync engine). - implementation "androidx.work:work-runtime-ktx:2.9.1" + implementation "androidx.work:work-runtime-ktx:2.11.2" testImplementation "junit:junit:4.13.2" testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0"