Removed direct usage of texture packer, buildscript cleanup

This commit is contained in:
Anuken
2018-01-26 15:09:13 -05:00
parent 3b4ebff349
commit 6c30fe9fcf
4 changed files with 11 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ buildscript {
dependencies {
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6'
classpath 'com.android.tools.build:gradle:3.0.1'
classpath "com.badlogicgames.gdx:gdx-tools:1.9.8"
}
}