Skip to content

Commit

Permalink
addons: bump org.osmdroid:osmdroid-android to 6.1.17 (fixes #2493) (#…
Browse files Browse the repository at this point in the history
…2486)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
dependabot[bot] and dogi authored Sep 14, 2023
1 parent 3e42e9f commit 564a454
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 564a454

Please sign in to comment.