From 76403445d99164c3863b4084df98bbe8a17045ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 04:56:47 +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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 47478be..3cbf0bb 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -154,7 +154,7 @@ dependencies { implementation("com.google.android.gms:play-services-location:21.1.0") // Maps - OpenStreetMap (no API key required) - implementation("org.osmdroid:osmdroid-android:6.1.18") + implementation("org.osmdroid:osmdroid-android:6.1.20") // DataStore implementation("androidx.datastore:datastore-preferences:1.0.0")