Update libGDX to 1.9.5 #270

This commit is contained in:
Emux
2016-12-14 14:17:03 +02:00
parent 61b8233b97
commit feae45f78b
7 changed files with 22 additions and 11 deletions

View File

@@ -14,8 +14,8 @@ allprojects {
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.androidBuildVersionTools = "25.0.2"
ext.gdxVersion = "1.9.4"
ext.gwtVersion = "2.7.0"
ext.gdxVersion = "1.9.5"
ext.gwtVersion = "2.8.0"
if (JavaVersion.current().isJava8Compatible()) {
tasks.withType(Javadoc) {