Update documentation

This commit is contained in:
Emux 2023-01-04 15:34:12 +02:00
parent eef08827e5
commit 6b98cb7d89
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3
2 changed files with 26 additions and 26 deletions

View File

@ -16,26 +16,26 @@ implementation 'org.slf4j:slf4j-api:1.7.28'
### Android ### Android
```groovy ```groovy
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-armeabi-v7a' runtimeOnly 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-armeabi-v7a'
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-arm64-v8a' runtimeOnly 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-arm64-v8a'
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86' runtimeOnly 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86'
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86_64' runtimeOnly 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86_64'
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]' implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]'
implementation 'com.caverock:androidsvg:1.4' implementation 'com.caverock:androidsvg:1.4'
``` ```
### Android (libGDX) ### Android (libGDX)
```groovy ```groovy
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-armeabi-v7a' runtimeOnly 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-armeabi-v7a'
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-arm64-v8a' runtimeOnly 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-arm64-v8a'
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86' runtimeOnly 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86'
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86_64' runtimeOnly 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86_64'
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]' implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]'
implementation 'org.mapsforge:vtm-gdx:[CURRENT-VERSION]' implementation 'org.mapsforge:vtm-gdx:[CURRENT-VERSION]'
implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-armeabi-v7a' runtimeOnly 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-armeabi-v7a'
implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-arm64-v8a' runtimeOnly 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-arm64-v8a'
implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-x86' runtimeOnly 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-x86'
implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-x86_64' runtimeOnly 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-x86_64'
implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]' implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]'
implementation 'com.badlogicgames.gdx:gdx:1.11.0' implementation 'com.badlogicgames.gdx:gdx:1.11.0'
implementation 'com.badlogicgames.gdx:gdx-backend-android:1.11.0' implementation 'com.badlogicgames.gdx:gdx-backend-android:1.11.0'
@ -50,11 +50,11 @@ Detailed iOS instructions can be found [here](ios.md).
```groovy ```groovy
implementation 'org.mapsforge:vtm-gdx:[CURRENT-VERSION]' implementation 'org.mapsforge:vtm-gdx:[CURRENT-VERSION]'
implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]' implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]'
implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-linux' runtimeOnly 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-linux'
implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-osx' runtimeOnly 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-osx'
implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-windows' runtimeOnly 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-windows'
implementation 'com.badlogicgames.gdx:gdx:1.11.0' implementation 'com.badlogicgames.gdx:gdx:1.11.0'
implementation 'com.badlogicgames.gdx:gdx-platform:1.11.0:natives-desktop' runtimeOnly 'com.badlogicgames.gdx:gdx-platform:1.11.0:natives-desktop'
implementation 'com.formdev:svgSalamander:1.1.3' implementation 'com.formdev:svgSalamander:1.1.3'
``` ```
@ -63,9 +63,9 @@ implementation 'com.formdev:svgSalamander:1.1.3'
implementation 'org.mapsforge:vtm-desktop-lwjgl:[CURRENT-VERSION]' implementation 'org.mapsforge:vtm-desktop-lwjgl:[CURRENT-VERSION]'
implementation 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.11.0' implementation 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.11.0'
implementation 'org.lwjgl.lwjgl:lwjgl:2.9.3' implementation 'org.lwjgl.lwjgl:lwjgl:2.9.3'
implementation 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-linux' runtimeOnly 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-linux'
implementation 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-osx' runtimeOnly 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-osx'
implementation 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-windows' runtimeOnly 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-windows'
``` ```
### Desktop (LWJGL 3) ### Desktop (LWJGL 3)
@ -73,9 +73,9 @@ implementation 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-windows'
implementation 'org.mapsforge:vtm-desktop-lwjgl3:[CURRENT-VERSION]' implementation 'org.mapsforge:vtm-desktop-lwjgl3:[CURRENT-VERSION]'
implementation 'com.badlogicgames.gdx:gdx-backend-lwjgl3:1.11.0' implementation 'com.badlogicgames.gdx:gdx-backend-lwjgl3:1.11.0'
implementation 'org.lwjgl:lwjgl:3.3.1' implementation 'org.lwjgl:lwjgl:3.3.1'
implementation 'org.lwjgl:lwjgl:3.3.1:natives-linux' runtimeOnly 'org.lwjgl:lwjgl:3.3.1:natives-linux'
implementation 'org.lwjgl:lwjgl:3.3.1:natives-macos' runtimeOnly 'org.lwjgl:lwjgl:3.3.1:natives-macos'
implementation 'org.lwjgl:lwjgl:3.3.1:natives-windows' runtimeOnly 'org.lwjgl:lwjgl:3.3.1:natives-windows'
``` ```
### JTS geometries ### JTS geometries

View File

@ -17,10 +17,10 @@ dependencies {
implementation project(':vtm-gdx-poi3d') implementation project(':vtm-gdx-poi3d')
implementation 'org.mapsforge:mapsforge-poi-android:0.18.0' implementation 'org.mapsforge:mapsforge-poi-android:0.18.0'
implementation 'org.mapsforge:sqlite-android:0.18.0:natives-armeabi-v7a' runtimeOnly 'org.mapsforge:sqlite-android:0.18.0:natives-armeabi-v7a'
implementation 'org.mapsforge:sqlite-android:0.18.0:natives-arm64-v8a' runtimeOnly 'org.mapsforge:sqlite-android:0.18.0:natives-arm64-v8a'
implementation 'org.mapsforge:sqlite-android:0.18.0:natives-x86' runtimeOnly 'org.mapsforge:sqlite-android:0.18.0:natives-x86'
implementation 'org.mapsforge:sqlite-android:0.18.0:natives-x86_64' runtimeOnly 'org.mapsforge:sqlite-android:0.18.0:natives-x86_64'
} }
android { android {