Skip to content

Commit

Permalink
libGDX 1.9.4 update, closes opensciencemap#164
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Sep 8, 2016
1 parent a7356e5 commit 1328d05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down
6 changes: 3 additions & 3 deletions docs/Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1328d05

Please sign in to comment.