Updated uCore references

This commit is contained in:
Anuken
2017-09-11 19:42:41 -04:00
parent 4c860a0315
commit 6861939f78
21 changed files with 48 additions and 81 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ project(":core") {
dependencies {
//compile fileTree(dir: '../core/lib', include: '*.jar')
compile 'com.github.anuken:ucore:309fbe900d'
compile 'com.github.anuken:ucore:627f0c756d'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}