Android performance improvements

This commit is contained in:
Anuken
2017-07-05 11:58:45 -04:00
parent 9c0b31e19a
commit 154247a461
7 changed files with 28 additions and 46 deletions

View File

@@ -77,7 +77,8 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.Anuken:ucore:07fe3a5394'
//compile fileTree(dir: '../core/lib', include: '*.jar')
compile 'com.github.Anuken:ucore:b58e4bd'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}