From 416f77765c3b4436f3920cf8d9392786405e4385 Mon Sep 17 00:00:00 2001 From: Yoshi Date: Wed, 8 Jan 2025 14:26:35 +0300 Subject: [PATCH] Update dependencies --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }