More bugfixes

This commit is contained in:
Anuken
2017-12-06 09:26:39 -05:00
parent aafe7fb74a
commit 8e80af26d7
6 changed files with 61 additions and 55 deletions

View File

@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.Anuken:ucore:92dc170f0e'
compile 'com.github.Anuken:ucore:a64bf7e'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}