libGDX 1.9.10, fix #731

This commit is contained in:
Emux
2019-07-25 11:57:52 +03:00
parent 71bf1390f6
commit 0c050c7405
14 changed files with 43 additions and 15 deletions

View File

@@ -15,8 +15,8 @@ allprojects {
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.androidBuildVersionTools = "29.0.1"
ext.gdxVersion = "1.9.9"
ext.gwtVersion = "2.8.0"
ext.gdxVersion = "1.9.10"
ext.gwtVersion = "2.8.2"
ext.slf4jVersion = "1.7.25"
if (JavaVersion.current().isJava8Compatible()) {