Browse Source

Merge pull request #2324 from nextcloud/dependabot/gradle/org.osmdroid-osmdroid-android-6.1.14

Bump osmdroid-android from 6.1.13 to 6.1.14
Andy Scherzinger 2 years ago
parent
commit
9a2faf8559
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
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'