From a2852b0761985b9f7c049b2fe8849bf430f6e0b8 Mon Sep 17 00:00:00 2001 From: Emux Date: Sun, 22 Jan 2017 16:38:08 +0200 Subject: [PATCH] Update integration guide --- docs/Integration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Integration.md b/docs/Integration.md index f16fb472..a678f564 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -33,9 +33,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.4' -compile 'com.badlogicgames.gdx:gdx-platform:1.9.4:natives-desktop' -compile 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.4' +compile 'com.badlogicgames.gdx:gdx:1.9.5' +compile 'com.badlogicgames.gdx:gdx-platform:1.9.5:natives-desktop' +compile 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.5' 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'