summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2017-02-23 14:01:07 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2017-02-23 14:01:07 +0100
commit615b3f3322cdd4959d0747b18f1a55cf1ba77675 (patch)
treea7529ad30ccb19ebf610e4803ade3aa0027105ec
parent241ec4efe3113f549fb4f518a65e51b2528c33bc (diff)
downloadRustAndDust-615b3f3322cdd4959d0747b18f1a55cf1ba77675.zip
RustAndDust-615b3f3322cdd4959d0747b18f1a55cf1ba77675.tar.gz
update to libgdx 1.9.5
-rw-r--r--build.gradle2
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'
}