From aa297ff06d85b776d4bd35e504f6620c3beb1419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 00:37:24 +0000 Subject: [PATCH] chore(deps): Bump org.osmdroid:osmdroid-android from 6.1.18 to 6.1.20 Bumps [org.osmdroid:osmdroid-android](https://github.com/osmdroid/osmdroid) from 6.1.18 to 6.1.20. - [Release notes](https://github.com/osmdroid/osmdroid/releases) - [Changelog](https://github.com/osmdroid/osmdroid/blob/master/CHANGELOG.md) - [Commits](https://github.com/osmdroid/osmdroid/compare/osmdroid-parent-6.1.18...osmdroid-parent-6.1.20) --- updated-dependencies: - dependency-name: org.osmdroid:osmdroid-android dependency-version: 6.1.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a5b60ae..026bcec 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -95,7 +95,7 @@ dependencies { implementation 'androidx.work:work-runtime-ktx:2.11.0' // osmdroid for map display - implementation 'org.osmdroid:osmdroid-android:6.1.18' + implementation 'org.osmdroid:osmdroid-android:6.1.20' // Testing androidTestImplementation 'androidx.test.ext:junit:1.3.0'