Skip to content

Commit

Permalink
Ups Libgdx version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaltares committed Jan 10, 2016
1 parent 946c600 commit 92fa5c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ subprojects {

ext {
projectGroup = "ashley"
gdxVersion = "1.7.1"
gdxVersion = "1.8.0"
jUnitVersion = "4.12"
mockitoVersion = "1.10.19"
}
Expand Down

0 comments on commit 92fa5c7

Please sign in to comment.