Skip to content

Commit

Permalink
Fixed ktx-tools dependencies. libktx#14
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby authored and DavidPartouche committed Aug 23, 2018
1 parent d27d932 commit b7b383b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
dependencies {
compile "com.kotcrab.vis:vis-ui:$visUiVersion"
testCompile "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
testCompile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
provided "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
}

0 comments on commit b7b383b

Please sign in to comment.