From 1328d050e02ac08cf8c8d8b6eab71396992ecc95 Mon Sep 17 00:00:00 2001 From: Emux Date: Thu, 8 Sep 2016 20:05:41 +0300 Subject: [PATCH] libGDX 1.9.4 update, closes #164 --- build.gradle | 2 +- docs/Integration.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 8250e691..febf01d4 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ allprojects { ext.isReleaseVersion = !version.endsWith("SNAPSHOT") ext.androidBuildVersionTools = "24.0.2" - ext.gdxVersion = "1.9.3" + ext.gdxVersion = "1.9.4" // Disable Java 8 doclint if (JavaVersion.current().isJava8Compatible()) { diff --git a/docs/Integration.md b/docs/Integration.md index de9b1b74..310d6556 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -31,9 +31,9 @@ compile 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]' compile 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-linux' compile 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-osx' compile 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-windows' -compile 'com.badlogicgames.gdx:gdx:1.9.3' -compile 'com.badlogicgames.gdx:gdx-platform:1.9.3:natives-desktop' -compile 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.3' +compile 'com.badlogicgames.gdx:gdx:1.9.4' +compile 'com.badlogicgames.gdx:gdx-platform:1.9.4:natives-desktop' +compile 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.4' compile 'org.lwjgl.lwjgl:lwjgl:2.9.3' compile 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-linux' compile 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-osx'