mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-10 17:18:44 +08:00
[libgdx] Fix version numbers in README.md
This commit is contained in:
parent
1336255592
commit
247f28525e
@ -51,7 +51,7 @@ To add the spine-libgdx runtime to your Maven project, add this dependency:
|
||||
<dependency>
|
||||
<groupId>com.esotericsoftware.spine</groupId>
|
||||
<artifactId>spine-libgdx</artifactId>
|
||||
<version>4.0.18.1</version>
|
||||
<version>4.2.0</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
@ -78,7 +78,7 @@ project(":core") {
|
||||
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
|
||||
compile "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
|
||||
|
||||
compile "com.esotericsoftware.spine:spine-libgdx:4.0.18.1"
|
||||
compile "com.esotericsoftware.spine:spine-libgdx:4.2.0"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user