From bffcae48ea36dc82424a08c82dc9759a943f3c39 Mon Sep 17 00:00:00 2001 From: Emux Date: Thu, 17 Apr 2025 14:10:42 +0300 Subject: [PATCH] Update Android app dependencies --- brouter-routing-app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brouter-routing-app/build.gradle b/brouter-routing-app/build.gradle index d6a9bfc..558b95b 100644 --- a/brouter-routing-app/build.gradle +++ b/brouter-routing-app/build.gradle @@ -101,8 +101,8 @@ repositories { dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' - implementation "androidx.constraintlayout:constraintlayout:2.1.4" - implementation 'androidx.work:work-runtime:2.9.0' + implementation "androidx.constraintlayout:constraintlayout:2.2.1" + implementation 'androidx.work:work-runtime:2.10.0' 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.9.0' + androidTestImplementation 'androidx.work:work-testing:2.10.0' } gradle.projectsEvaluated {