diff --git a/android/app/build.gradle b/android/app/build.gradle index e64cc16..22cafeb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -76,7 +76,7 @@ flutter { dependencies { implementation("androidx.core:core-remoteviews:1.1.0") implementation("com.google.android.material:material:1.12.0") - implementation("androidx.work:work-runtime-ktx:2.9.1") + implementation('androidx.work:work-runtime-ktx:2.10.0') coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4") }