Update to libgdx 1.5.6

This commit is contained in:
drdev
2015-04-22 01:44:03 +00:00
parent 855b8f0ee5
commit 038ddbba67
29 changed files with 5 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -96,7 +96,7 @@
<dependency> <dependency>
<groupId>com.badlogicgames.gdx</groupId> <groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-backend-android</artifactId> <artifactId>gdx-backend-android</artifactId>
<version>1.5.0</version> <version>1.5.6</version>
</dependency> </dependency>
</dependencies> </dependencies>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -74,7 +74,7 @@
<dependency> <dependency>
<groupId>com.badlogicgames.gdx</groupId> <groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-backend-robovm</artifactId> <artifactId>gdx-backend-robovm</artifactId>
<version>1.5.0</version> <version>1.5.6</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@@ -27,7 +27,7 @@
<dependency> <dependency>
<groupId>com.badlogicgames.gdx</groupId> <groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-backend-lwjgl</artifactId> <artifactId>gdx-backend-lwjgl</artifactId>
<version>1.5.0</version> <version>1.5.6</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.badlogicgames.gdx</groupId> <groupId>com.badlogicgames.gdx</groupId>

Binary file not shown.

View File

@@ -58,12 +58,12 @@
<dependency> <dependency>
<groupId>com.badlogicgames.gdx</groupId> <groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx</artifactId> <artifactId>gdx</artifactId>
<version>1.5.0</version> <version>1.5.6</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.badlogicgames.gdx</groupId> <groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-freetype</artifactId> <artifactId>gdx-freetype</artifactId>
<version>1.5.0</version> <version>1.5.6</version>
</dependency> </dependency>
</dependencies> </dependencies>