Update build.gradle

This commit is contained in:
Carter Gale 2017-12-21 13:45:25 -08:00 committed by GitHub
parent 5db8be436a
commit 56402b9d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,11 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.anuken:ucore:7938cb4bf9'
if(new File('../uCore-master').exists()){
compile project(":uCore")
}else{
compile 'com.github.anuken:ucore:7938cb4bf9'
}
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}