From 714584e39c5fd6264ef2fab4d407132385e131dc Mon Sep 17 00:00:00 2001 From: Emux Date: Thu, 19 Jun 2025 15:43:02 +0300 Subject: [PATCH] Update dependencies --- brouter-routing-app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brouter-routing-app/build.gradle b/brouter-routing-app/build.gradle index 179d4f6..0527879 100644 --- a/brouter-routing-app/build.gradle +++ b/brouter-routing-app/build.gradle @@ -102,7 +102,7 @@ repositories { dependencies { implementation 'androidx.appcompat:appcompat:1.7.1' implementation "androidx.constraintlayout:constraintlayout:2.2.1" - implementation 'androidx.work:work-runtime:2.10.1' + implementation 'androidx.work:work-runtime:2.10.2' implementation 'com.google.android.material:material:1.12.0' implementation project(':brouter-mapaccess') @@ -115,7 +115,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' - androidTestImplementation 'androidx.work:work-testing:2.10.1' + androidTestImplementation 'androidx.work:work-testing:2.10.2' } gradle.projectsEvaluated {