Skip to content

Commit

Permalink
new mapsforge version
Browse files Browse the repository at this point in the history
  • Loading branch information
mg4gh committed May 11, 2024
1 parent 2f89a33 commit 2980c10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mgmap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
// implementation 'com.jcraft:jsch:0.1.55' // copied to libs folder of project -> access during project build

implementation 'com.google.android.gms:play-services-location:21.0.1'
implementation 'com.google.android.gms:play-services-location:21.2.0'

implementation 'org.mapsforge:mapsforge-map-android:0.20.0'
implementation 'org.mapsforge:mapsforge-themes:0.20.0'
implementation 'org.mapsforge:mapsforge-map-android:0.21.0'
implementation 'org.mapsforge:mapsforge-themes:0.21.0'
implementation 'org.mapsforge:sqlite-android:0.19.0'
implementation 'com.caverock:androidsvg:1.4'

Expand Down
4 changes: 2 additions & 2 deletions mgmap/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Automatically updated File - do not edit manually
#Sun Apr 21 19:46:45 CEST 2024
BUILD_NBR=0
#Sat May 11 20:31:56 CEST 2024
BUILD_NBR=3
VERSION_CODE=29

0 comments on commit 2980c10

Please sign in to comment.