Skip to content

Commit

Permalink
Android: VTM 0.11.0 OpenGL vector map library (#1587)
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 authored and karussell committed Mar 30, 2019
1 parent c43853f commit 197ecfd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions android/app/build.gradle
Expand Up @@ -42,14 +42,14 @@ dependencies {
exclude group: 'org.apache.xmlgraphics', module: 'xmlgraphics-commons'
}

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

implementation 'org.slf4j:slf4j-api:1.7.25'
Expand Down
2 changes: 1 addition & 1 deletion android/app/pom.xml
Expand Up @@ -19,7 +19,7 @@
<version>0.13-SNAPSHOT</version>
</parent>
<properties>
<vtm.version>0.10.0</vtm.version>
<vtm.version>0.11.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
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 197ecfd

Please sign in to comment.