From e90063237b081f79f1e61da722a39a37f71988ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 01:07:34 +0000 Subject: [PATCH] Bump osmdroid-android from 6.1.13 to 6.1.14 Bumps [osmdroid-android](https://github.com/osmdroid/osmdroid) from 6.1.13 to 6.1.14. - [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.13...osmdroid-parent-6.1.14) --- 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 bda3bdc8c..ded382f5f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -302,7 +302,7 @@ dependencies { implementation 'com.github.tobiaskaminsky:ImagePicker:1.8.0.2' implementation 'com.elyeproj.libraries:loaderviewlibrary:2.0.0' - implementation 'org.osmdroid:osmdroid-android:6.1.13' + implementation 'org.osmdroid:osmdroid-android:6.1.14' implementation ('fr.dudie:nominatim-api:3.4', { //noinspection DuplicatePlatformClasses exclude group: 'org.apache.httpcomponents', module: 'httpclient'