diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-11-30 14:03:33 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-11-30 14:03:33 +0100 |
commit | 41fb3fd7afc46162dee1299a0b37d7ee5835b436 (patch) | |
tree | ad578b71184a817fb690929c0339757d697cdd1e | |
parent | f83facc31573195b151f358173e03f43c93a8696 (diff) | |
download | RustAndDust-41fb3fd7afc46162dee1299a0b37d7ee5835b436.zip RustAndDust-41fb3fd7afc46162dee1299a0b37d7ee5835b436.tar.gz |
update libgdx to 1.9.4
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 9737e52..7c67507 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ allprojects { version = '1.0.1' ext { appName = 'RustAndDust' - gdxVersion = '1.9.3' + gdxVersion = '1.9.4' roboVMVersion = '0.0.14' } |