Skip to content

Commit

Permalink
Android: VTM 0.13.0 OpenGL vector map library (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 authored and karussell committed Jan 13, 2020
1 parent d967567 commit dc3b5e6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ dependencies {
exclude group: 'org.apache.xmlgraphics', module: 'xmlgraphics-commons'
}

implementation 'org.mapsforge:vtm:0.12.0'
implementation 'org.mapsforge:vtm-android:0.12.0'
implementation 'org.mapsforge:vtm-android:0.12.0:natives-armeabi-v7a'
implementation 'org.mapsforge:vtm-android:0.12.0:natives-arm64-v8a'
implementation 'org.mapsforge:vtm-android:0.12.0:natives-x86'
implementation 'org.mapsforge:vtm-android:0.12.0:natives-x86_64'
implementation 'org.mapsforge:vtm-jts:0.12.0'
implementation 'org.mapsforge:vtm-themes:0.12.0'
implementation 'com.caverock:androidsvg:1.3'

implementation 'org.slf4j:slf4j-api:1.7.25'
implementation 'org.slf4j:slf4j-android:1.7.25'
implementation 'org.mapsforge:vtm:0.13.0'
implementation 'org.mapsforge:vtm-android:0.13.0'
implementation 'org.mapsforge:vtm-android:0.13.0:natives-armeabi-v7a'
implementation 'org.mapsforge:vtm-android:0.13.0:natives-arm64-v8a'
implementation 'org.mapsforge:vtm-android:0.13.0:natives-x86'
implementation 'org.mapsforge:vtm-android:0.13.0:natives-x86_64'
implementation 'org.mapsforge:vtm-jts:0.13.0'
implementation 'org.mapsforge:vtm-themes:0.13.0'
implementation 'com.caverock:androidsvg:1.4'

implementation 'org.slf4j:slf4j-api:1.7.30'
implementation 'org.slf4j:slf4j-android:1.7.30'
}
2 changes: 1 addition & 1 deletion android/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<version>1.0-SNAPSHOT</version>
</parent>
<properties>
<vtm.version>0.12.0</vtm.version>
<vtm.version>0.13.0</vtm.version>
<!-- do not put the properties here as it differs from dev to dev <android.sdk.path>/home/peterk/Programme/android-sdk-linux_x86</android.sdk.path>
instead use your IDE to set it up or specify android sdk via command line
using -Dandroid.sdk.path=... or by setting environment variable ANDROID_HOME
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:3.5.3'
}
}

Expand Down

0 comments on commit dc3b5e6

Please sign in to comment.