From 55b2ace6a601a6bde6ddb809b285178db0acf2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 06:56:39 +0000 Subject: [PATCH] Bump org.osmdroid:osmdroid-android from 6.1.16 to 6.1.17 Bumps [org.osmdroid:osmdroid-android](https://github.com/osmdroid/osmdroid) from 6.1.16 to 6.1.17. - [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.16...osmdroid-parent-6.1.17) --- updated-dependencies: - dependency-name: org.osmdroid:osmdroid-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 5e50c1c101..7cb0a4f063 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -174,7 +174,7 @@ dependencies { implementation 'com.github.chrisbanes:PhotoView:2.3.0' // MapView support fullImplementation "com.google.android.gms:play-services-maps:18.1.0" - fossImplementation "org.osmdroid:osmdroid-android:6.1.16" + fossImplementation "org.osmdroid:osmdroid-android:6.1.17" // About screen implementation "com.github.daniel-stoneuk:material-about-library:3.1.2" // Used libraries