Skip to content

Commit

Permalink
updated libKtx
Browse files Browse the repository at this point in the history
  • Loading branch information
heatherhaks authored Feb 17, 2019
1 parent 452d086 commit d6086b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ sourceSets {
dependencies{
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "io.github.libktx:ktx-app:1.9.8-b2"
compile "io.github.libktx:ktx-app:1.9.9-b1"
compile "io.github.libktx:ktx-graphics:1.9.9-b1"
}

task sourceJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit d6086b5

Please sign in to comment.