Added absGDX dependency

This commit is contained in:
2015-04-10 14:10:32 +02:00
parent f590388454
commit 4d0366cc01
6 changed files with 22 additions and 18 deletions

View File

@@ -60,6 +60,7 @@ project(":core") {
dependencies {
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile files("lib/absGDX-framework-1.0.jar")
}
}