[Mobile] Update LibGDX to 1.10.0, Update Mobile Dev to LWJGL3

refer here for LibGDX Migration/Changes: https://libgdx.com/news/2021/04/the-ultimate-migration-guide
This commit is contained in:
Anthony Calosa
2021-04-19 21:41:34 +08:00
parent 539c94f36f
commit a5e8b88e32
6 changed files with 25 additions and 25 deletions

View File

@@ -87,7 +87,7 @@
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-backend-android</artifactId>
<version>1.9.13</version>
<version>1.10.0</version>
</dependency>
</dependencies>