This commit is contained in:
Anuken
2017-04-30 17:56:51 -04:00
parent dd26e91f24
commit 42c2ea68f1
7 changed files with 47 additions and 20 deletions

View File

@@ -61,7 +61,7 @@ project(":core") {
dependencies {
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
//compile fileTree(dir: '../core/lib', include: '*.jar')
compile fileTree(dir: '../core/lib', include: '*.jar')
}
}