From 31ec6801bb7f19f6910368c4f53994fae534b9f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 13:07:04 +0100 Subject: [PATCH] Update dependency org.osmdroid:osmdroid-android to v6.1.20 (#3823) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-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 64bc7ef10b..bc1353dbba 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