From 92fa5c7179bf77a39a81cf20a5328a2fc4ca8c5f Mon Sep 17 00:00:00 2001 From: David Saltares Date: Sun, 10 Jan 2016 11:34:15 +0000 Subject: [PATCH] Ups Libgdx version to 1.8.0 --- CHANGELOG.md | 1 + build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b1eb73..63354f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * **Bug fix**: fixed adding component in empty family `EntityListener` causing wrong `EntityListener` calls. Issue #203. * **Bug fix**: fixed some entity operations not being performed under special circumstances. Commit c45ba3b34860121571eb9a660a76bc82ac0a1a96. * **Internals**: split Engine internals into loosely coupled, single responsibility smaller classes. Issue #178. +* **Update**: uses Libgdx 1.8.0 ### Ashley 1.7.0 diff --git a/build.gradle b/build.gradle index 39f40ed1..d4431f0e 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ subprojects { ext { projectGroup = "ashley" - gdxVersion = "1.7.1" + gdxVersion = "1.8.0" jUnitVersion = "4.12" mockitoVersion = "1.10.19" }