libGDX 1.9.7, fix #434

This commit is contained in:
Emux
2017-10-29 15:33:24 +02:00
parent bcf4cff42b
commit 1d44057198
11 changed files with 36 additions and 20 deletions

View File

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