libGDX 1.9.6, closes #333

This commit is contained in:
Emux
2017-03-15 13:58:27 +02:00
parent c8396062ae
commit da95660c73
9 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ allprojects {
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.androidBuildVersionTools = "25.0.2"
ext.gdxVersion = "1.9.5"
ext.gdxVersion = "1.9.6"
ext.gwtVersion = "2.8.0"
if (JavaVersion.current().isJava8Compatible()) {