summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-11-11 19:52:38 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2014-11-11 19:52:38 +0100
commit42d10589c59291a9be7a685929081515156c6505 (patch)
tree5133e9cd800c799a3742573c0f3942c99c8f83a6 /build.gradle
parent2ced6fdb906ac63e6f2b44d21a8a3cd64bd9e400 (diff)
downloadRustAndDust-42d10589c59291a9be7a685929081515156c6505.zip
RustAndDust-42d10589c59291a9be7a685929081515156c6505.tar.gz
update libgdx to 1.4.1
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 290f54d..7ed1afe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,7 @@ allprojects {
version = '1.0'
ext {
appName = 'TankOnTank'
- gdxVersion = '1.3.1'
+ gdxVersion = '1.4.1'
roboVMVersion = '0.0.14'
}