Upgrade libgdx to 1.2.0

This commit is contained in:
drdev
2014-06-22 20:45:25 +00:00
parent 5ca78b9a0d
commit 37af01896f
22 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -95,7 +95,7 @@
<dependency> <dependency>
<groupId>com.badlogicgames.gdx</groupId> <groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-backend-android</artifactId> <artifactId>gdx-backend-android</artifactId>
<version>0.9.9</version> <version>1.2.0</version>
</dependency> </dependency>
</dependencies> </dependencies>

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>0.9.9</version> <version>1.2.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

Binary file not shown.

View File

@@ -63,12 +63,12 @@
<dependency> <dependency>
<groupId>com.badlogicgames.gdx</groupId> <groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx</artifactId> <artifactId>gdx</artifactId>
<version>0.9.9</version> <version>1.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.badlogicgames.gdx</groupId> <groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-freetype</artifactId> <artifactId>gdx-freetype</artifactId>
<version>0.9.9</version> <version>1.2.0</version>
</dependency> </dependency>
</dependencies> </dependencies>