diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-02-22 11:12:43 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-02-22 11:12:43 +0100 |
commit | 0f92a55fee266d861a0e5d0331a6d6937d0a4975 (patch) | |
tree | 77cbc25cb33118cbe5c29041b62d997de77ab21c /build.gradle | |
parent | 7733c7aacb5453dee49768e246282ee1ff7b46cc (diff) | |
download | RustAndDust-0f92a55fee266d861a0e5d0331a6d6937d0a4975.zip RustAndDust-0f92a55fee266d861a0e5d0331a6d6937d0a4975.tar.gz |
update libgdx -> 1.9.2
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 525e7e0..bd67a0a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ allprojects { version = '1.0.1' ext { appName = 'RustAndDust' - gdxVersion = '1.9.0' + gdxVersion = '1.9.2' roboVMVersion = '0.0.14' } |