diff --git a/app/build.gradle b/app/build.gradle index c097e12..4aab3a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,7 +87,7 @@ dependencies { implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0' // WorkManager for periodic background tasks - implementation 'androidx.work:work-runtime-ktx:2.11.1' + implementation 'androidx.work:work-runtime-ktx:2.11.2' // osmdroid for map display implementation 'org.osmdroid:osmdroid-android:6.1.20'