diff --git a/forge-gui-android/pom.xml b/forge-gui-android/pom.xml index f581ef4fd60..6d5bf55aa7c 100644 --- a/forge-gui-android/pom.xml +++ b/forge-gui-android/pom.xml @@ -102,7 +102,7 @@ com.badlogicgames.gdx gdx-backend-android - 1.9.10 + 1.9.11 diff --git a/forge-gui-ios/pom.xml b/forge-gui-ios/pom.xml index a34a6d9e8fd..8b1a741a5ee 100644 --- a/forge-gui-ios/pom.xml +++ b/forge-gui-ios/pom.xml @@ -73,7 +73,7 @@ com.badlogicgames.gdx gdx-backend-robovm - 1.9.10 + 1.9.11 diff --git a/forge-gui-mobile-dev/pom.xml b/forge-gui-mobile-dev/pom.xml index ee5bb8d8fb0..4cd801f7408 100644 --- a/forge-gui-mobile-dev/pom.xml +++ b/forge-gui-mobile-dev/pom.xml @@ -60,18 +60,18 @@ com.badlogicgames.gdx gdx-backend-lwjgl - 1.9.10 + 1.9.11 com.badlogicgames.gdx gdx-platform - 1.2.0 + 1.9.11 natives-desktop com.badlogicgames.gdx gdx-freetype-platform - 1.9.10 + 1.9.11 natives-desktop diff --git a/forge-gui-mobile/pom.xml b/forge-gui-mobile/pom.xml index 339886fa293..8d8bc406f5e 100644 --- a/forge-gui-mobile/pom.xml +++ b/forge-gui-mobile/pom.xml @@ -63,12 +63,16 @@ com.badlogicgames.gdx gdx - 1.9.10 + 1.9.11 + system + ${pom.basedir}/libs/gdx.jar com.badlogicgames.gdx gdx-freetype - 1.9.10 + 1.9.11 + system + ${pom.basedir}/libs/gdx-freetype.jar