diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-05-01 20:18:54 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-05-01 20:18:54 +0200 |
commit | 3a9c44fc3d3e656165d6a9b2c62ca6e98143fd61 (patch) | |
tree | 3ec044a076fd177b9c480e4142f1375037f4d2be /build.gradle | |
parent | fc330cc70a55b75085926cce0dbae1cfa56f9cda (diff) | |
download | RustAndDust-3a9c44fc3d3e656165d6a9b2c62ca6e98143fd61.zip RustAndDust-3a9c44fc3d3e656165d6a9b2c62ca6e98143fd61.tar.gz |
update libgdx 1.4.1 -> 1.5.6
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 4d9d7cc..be01b1a 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ allprojects { version = '1.0' ext { appName = 'TankOnTank' - gdxVersion = '1.4.1' + gdxVersion = '1.5.6' roboVMVersion = '0.0.14' } |