summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2018-01-05 10:55:00 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2018-01-05 10:55:00 +0100
commit4f9d02563c5c47638f8826ed7df6c3b87a4991b2 (patch)
treeccc82a85a722b86a5b89536e19f4037d38e2d4af
parentca42bde0b9cb36d11f7bddb2572ac76747af2292 (diff)
downloadRustAndDust-4f9d02563c5c47638f8826ed7df6c3b87a4991b2.zip
RustAndDust-4f9d02563c5c47638f8826ed7df6c3b87a4991b2.tar.gz
update libgdx to 1.9.8
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 79d2b30..3490ec2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,7 +14,7 @@ allprojects {
version = '1.0.1'
ext {
appName = 'RustAndDust'
- gdxVersion = '1.9.6'
+ gdxVersion = '1.9.8'
roboVMVersion = '0.0.14'
}