use original libgdx

This commit is contained in:
Hannes Janetzek
2014-02-23 18:13:40 +01:00
parent 60f9ccc9f6
commit c5479c18f6
8 changed files with 938 additions and 23 deletions

View File

@@ -1,3 +1,9 @@
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
mavenLocal()
}
apply plugin: 'java'
apply plugin: 'maven'
@@ -9,6 +15,6 @@ sourceSets {
dependencies {
compile project(':vtm')
compile project(':vtm-themes')
compile files('../vtm-ext-libs/gdx/gdx.jar')
//compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
//compile files('../vtm-ext-libs/gdx/gdx.jar')
}