From abee8af0931670f571b30fd3c70bbdfa8c7aff88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 09:03:55 +0000 Subject: [PATCH] Update dependency org.osmdroid:osmdroid-android to v6.1.20 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 9403d2a614..3c4f1d20e1 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -177,7 +177,7 @@ dependencies { implementation "com.faltenreich:skeletonlayout:5.0.0" // MapView support fullImplementation "com.google.android.gms:play-services-maps:18.2.0" - fossImplementation "org.osmdroid:osmdroid-android:6.1.18" + fossImplementation "org.osmdroid:osmdroid-android:6.1.20" // About screen implementation "com.github.daniel-stoneuk:material-about-library:3.1.2" // Used libraries