diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2017-02-23 14:01:07 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2017-02-23 14:01:07 +0100 |
commit | 615b3f3322cdd4959d0747b18f1a55cf1ba77675 (patch) | |
tree | a7529ad30ccb19ebf610e4803ade3aa0027105ec | |
parent | 241ec4efe3113f549fb4f518a65e51b2528c33bc (diff) | |
download | RustAndDust-615b3f3322cdd4959d0747b18f1a55cf1ba77675.zip RustAndDust-615b3f3322cdd4959d0747b18f1a55cf1ba77675.tar.gz |
update to libgdx 1.9.5
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 7c67507..3542c72 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ allprojects { version = '1.0.1' ext { appName = 'RustAndDust' - gdxVersion = '1.9.4' + gdxVersion = '1.9.5' roboVMVersion = '0.0.14' } |