From cb9457a197ed186621c1d8cac9fc81e46e50b3e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 02:37:42 +0000 Subject: [PATCH] Build(deps): Bump org.osmdroid:osmdroid-android from 6.1.17 to 6.1.18 Bumps [org.osmdroid:osmdroid-android](https://github.com/osmdroid/osmdroid) from 6.1.17 to 6.1.18. - [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.17...osmdroid-parent-6.1.18) --- updated-dependencies: - dependency-name: org.osmdroid:osmdroid-android 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 75ceb589c..e004394bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -280,7 +280,7 @@ dependencies { implementation 'com.github.nextcloud-deps:ImagePicker:2.1.0.2' implementation 'io.github.elye:loaderviewlibrary:3.0.0' - implementation 'org.osmdroid:osmdroid-android:6.1.17' + implementation 'org.osmdroid:osmdroid-android:6.1.18' implementation ('fr.dudie:nominatim-api:3.4', { //noinspection DuplicatePlatformClasses exclude group: 'org.apache.httpcomponents', module: 'httpclient'