Fixed gradle build errors

This commit is contained in:
Anuken
2017-11-01 10:08:44 -04:00
parent 4c9c97eae6
commit e96538b387
+1 -1
View File
@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java" apply plugin: "java"
dependencies { dependencies {
//compile 'com.github.anuken:ucore:989f9713fa' compile 'com.github.anuken:ucore:6e2a3ed6e6'
compile "com.badlogicgames.gdx:gdx:$gdxVersion" compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1" compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
} }