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

@@ -7,9 +7,11 @@ buildscript {
}
}
apply plugin: 'android'
repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
ext.gdxVersion = "1.0-SNAPSHOT"
apply plugin: 'android'
dependencies {
compile project(':vtm-gdx')