libGDX 1.9.8, fix #464

This commit is contained in:
Emux
2017-12-29 17:53:54 +02:00
parent 7e13586463
commit 791f054f70
5 changed files with 9 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ allprojects {
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.androidBuildVersionTools = "27.0.3"
ext.gdxVersion = "1.9.7"
ext.gdxVersion = "1.9.8"
ext.gwtVersion = "2.8.0"
ext.slf4jVersion = "1.7.25"