From 791f054f70490c6603dd45614fb5ad82149647db Mon Sep 17 00:00:00 2001
From: Emux <devemux86@gmail.com>
Date: Fri, 29 Dec 2017 17:53:54 +0200
Subject: [PATCH] libGDX 1.9.8, fix #464

---
 build.gradle                 |  2 +-
 docs/Changelog.md            |  1 +
 docs/Integration.md          | 10 +++++-----
 vtm-ios-example/build.gradle |  2 +-
 vtm-ios/build.gradle         |  2 +-
 5 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/build.gradle b/build.gradle
index 01ca11bc..c9ce6232 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,7 +15,7 @@ allprojects {
     ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
 
     ext.androidBuildVersionTools = "27.0.3"
-    ext.gdxVersion = "1.9.7"
+    ext.gdxVersion = "1.9.8"
     ext.gwtVersion = "2.8.0"
     ext.slf4jVersion = "1.7.25"
 
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 78df251c..88b128bd 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -2,6 +2,7 @@
 
 ## New since 0.9.1
 
+- libGDX 1.9.8 [#464](https://github.com/mapsforge/vtm/issues/464)
 - Many other minor improvements and bug fixes
 - [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.10.0)
 
diff --git a/docs/Integration.md b/docs/Integration.md
index 15476b8a..3d1b0a25 100644
--- a/docs/Integration.md
+++ b/docs/Integration.md
@@ -41,8 +41,8 @@ implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-armeabi'
 implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-armeabi-v7a'
 implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-x86'
 implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-x86_64'
-implementation 'com.badlogicgames.gdx:gdx:1.9.7'
-implementation 'com.badlogicgames.gdx:gdx-backend-android:1.9.7'
+implementation 'com.badlogicgames.gdx:gdx:1.9.8'
+implementation 'com.badlogicgames.gdx:gdx-backend-android:1.9.8'
 implementation 'com.caverock:androidsvg:1.2.2-beta-1'
 ```
 
@@ -57,9 +57,9 @@ implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]'
 implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-linux'
 implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-osx'
 implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-windows'
-implementation 'com.badlogicgames.gdx:gdx:1.9.7'
-implementation 'com.badlogicgames.gdx:gdx-platform:1.9.7:natives-desktop'
-implementation 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.7'
+implementation 'com.badlogicgames.gdx:gdx:1.9.8'
+implementation 'com.badlogicgames.gdx:gdx-platform:1.9.8:natives-desktop'
+implementation 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.8'
 implementation 'org.lwjgl.lwjgl:lwjgl:2.9.3'
 implementation 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-linux'
 implementation 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-osx'
diff --git a/vtm-ios-example/build.gradle b/vtm-ios-example/build.gradle
index f248e496..cdf2cf6d 100644
--- a/vtm-ios-example/build.gradle
+++ b/vtm-ios-example/build.gradle
@@ -16,7 +16,7 @@ sourceSets.main.java.srcDirs = ["src/"]
 [compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
 
 ext {
-    roboVMVersion = "2.3.2"
+    roboVMVersion = "2.3.3"
 }
 
 launchIPhoneSimulator.dependsOn build
diff --git a/vtm-ios/build.gradle b/vtm-ios/build.gradle
index dc55e7bb..c93e9037 100644
--- a/vtm-ios/build.gradle
+++ b/vtm-ios/build.gradle
@@ -17,7 +17,7 @@ sourceSets.main.java.srcDirs = ["src/"]
 [compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
 
 ext {
-    roboVMVersion = "2.3.2"
+    roboVMVersion = "2.3.3"
 }
 
 launchIPhoneSimulator.dependsOn build