libGDX 1.9.4 update, closes #164
This commit is contained in:
@@ -14,7 +14,7 @@ allprojects {
|
|||||||
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
|
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
|
||||||
|
|
||||||
ext.androidBuildVersionTools = "24.0.2"
|
ext.androidBuildVersionTools = "24.0.2"
|
||||||
ext.gdxVersion = "1.9.3"
|
ext.gdxVersion = "1.9.4"
|
||||||
|
|
||||||
// Disable Java 8 doclint
|
// Disable Java 8 doclint
|
||||||
if (JavaVersion.current().isJava8Compatible()) {
|
if (JavaVersion.current().isJava8Compatible()) {
|
||||||
|
|||||||
@@ -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-linux'
|
||||||
compile 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-osx'
|
compile 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-osx'
|
||||||
compile 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-windows'
|
compile 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-windows'
|
||||||
compile 'com.badlogicgames.gdx:gdx:1.9.3'
|
compile 'com.badlogicgames.gdx:gdx:1.9.4'
|
||||||
compile 'com.badlogicgames.gdx:gdx-platform:1.9.3:natives-desktop'
|
compile 'com.badlogicgames.gdx:gdx-platform:1.9.4:natives-desktop'
|
||||||
compile 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.3'
|
compile 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.4'
|
||||||
compile 'org.lwjgl.lwjgl:lwjgl:2.9.3'
|
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-linux'
|
||||||
compile 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-osx'
|
compile 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-osx'
|
||||||
|
|||||||
Reference in New Issue
Block a user