From 564a4541207a38f7250313294876c5a4e5befe8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:45:20 -0400 Subject: [PATCH] addons: bump `org.osmdroid:osmdroid-android` to 6.1.17 (fixes #2493) (#2486) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f73777c423..1732ef44c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "org.ole.planet.myplanet" minSdkVersion 21 targetSdkVersion 34 - versionCode 1032 - versionName "0.10.32" + versionCode 1033 + versionName "0.10.33" ndkVersion '21.3.6528147' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -126,7 +126,7 @@ dependencies { implementation 'com.opencsv:opencsv:5.8' implementation 'com.google.android.exoplayer:exoplayer:2.7.2' implementation 'de.hdodenhof:circleimageview:3.1.0' - implementation 'org.osmdroid:osmdroid-android:6.1.16' + implementation 'org.osmdroid:osmdroid-android:6.1.17' implementation 'com.github.clans:fab:1.6.4' implementation 'com.borax12.materialdaterangepicker:library:2.0' implementation 'com.nex3z:toggle-button-group:1.2.3'