Update SVG Salamander (#904)

This commit is contained in:
Emux 2022-02-08 15:12:10 +02:00 committed by GitHub
parent 86794c8838
commit 670883701d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -55,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.formdev:svgSalamander:1.1.2.4'
implementation 'com.formdev:svgSalamander:1.1.3'
```
### Desktop (LWJGL)

View File

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