SVG Salamander (#819)

This commit is contained in:
Emux 2021-03-27 19:47:24 +02:00 committed by GitHub
parent ef5f7acbdf
commit 1245158ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -48,10 +48,6 @@ Detailed iOS instructions can be found [here](ios.md).
### Desktop
```groovy
repositories {
maven { url 'https://jitpack.io' }
}
implementation 'org.mapsforge:vtm-gdx:[CURRENT-VERSION]'
implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]'
implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-linux'
@ -59,7 +55,7 @@ implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-osx'
implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-windows'
implementation 'com.badlogicgames.gdx:gdx:1.9.10'
implementation 'com.badlogicgames.gdx:gdx-platform:1.9.10:natives-desktop'
implementation 'com.github.blackears:svgSalamander:v1.1.1'
implementation 'com.formdev:svgSalamander:1.1.2.4'
```
### Desktop (LWJGL)

View File

@ -3,7 +3,7 @@ apply plugin: 'maven'
dependencies {
api project(':vtm-gdx')
api 'com.github.blackears:svgSalamander:v1.1.1'
api 'com.formdev:svgSalamander:1.1.2.4'
}
sourceSets {