summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2017-05-18 13:24:03 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2017-05-18 13:24:03 +0200
commit7323bdfc375dae9a88fd57871b4a8dce4872cb77 (patch)
tree14fed5867a358bcaa0cbcedea048e5fac09df296
parent65084e59bae1afe8fdb03b92d4312d8fee2d67aa (diff)
downloadRustAndDust-7323bdfc375dae9a88fd57871b4a8dce4872cb77.zip
RustAndDust-7323bdfc375dae9a88fd57871b4a8dce4872cb77.tar.gz
upgradet to libgdx 1.9.6
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 3542c72..79d2b30 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,7 +14,7 @@ allprojects {
version = '1.0.1'
ext {
appName = 'RustAndDust'
- gdxVersion = '1.9.5'
+ gdxVersion = '1.9.6'
roboVMVersion = '0.0.14'
}