diff --git a/build.gradle b/build.gradle index d9ef36e8..c686fce8 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ allprojects { ext.isReleaseVersion = !version.endsWith("SNAPSHOT") ext.androidBuildVersionTools = "25.0.2" - ext.gdxVersion = "1.9.5" + ext.gdxVersion = "1.9.6" ext.gwtVersion = "2.8.0" if (JavaVersion.current().isJava8Compatible()) { diff --git a/docs/Integration.md b/docs/Integration.md index 4644918e..631c8e92 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -33,8 +33,8 @@ compile 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]' compile 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-armeabi' compile 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-armeabi-v7a' compile 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-x86' -compile 'com.badlogicgames.gdx:gdx:1.9.5' -compile 'com.badlogicgames.gdx:gdx-backend-android:1.9.5' +compile 'com.badlogicgames.gdx:gdx:1.9.6' +compile 'com.badlogicgames.gdx:gdx-backend-android:1.9.6' compile 'com.caverock:androidsvg:1.2.2-beta-1' ``` @@ -49,9 +49,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.5' -compile 'com.badlogicgames.gdx:gdx-platform:1.9.5:natives-desktop' -compile 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.5' +compile 'com.badlogicgames.gdx:gdx:1.9.6' +compile 'com.badlogicgames.gdx:gdx-platform:1.9.6:natives-desktop' +compile 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.6' 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' diff --git a/vtm-android-gdx/natives/arm64-v8a/lib/arm64-v8a/libgdx.so b/vtm-android-gdx/natives/arm64-v8a/lib/arm64-v8a/libgdx.so index 211f16cd..44b98659 100644 Binary files a/vtm-android-gdx/natives/arm64-v8a/lib/arm64-v8a/libgdx.so and b/vtm-android-gdx/natives/arm64-v8a/lib/arm64-v8a/libgdx.so differ diff --git a/vtm-android-gdx/natives/armeabi-v7a/lib/armeabi-v7a/libgdx.so b/vtm-android-gdx/natives/armeabi-v7a/lib/armeabi-v7a/libgdx.so index cf0792e1..e55fc7d5 100644 Binary files a/vtm-android-gdx/natives/armeabi-v7a/lib/armeabi-v7a/libgdx.so and b/vtm-android-gdx/natives/armeabi-v7a/lib/armeabi-v7a/libgdx.so differ diff --git a/vtm-android-gdx/natives/armeabi/lib/armeabi/libgdx.so b/vtm-android-gdx/natives/armeabi/lib/armeabi/libgdx.so index e73132da..2a0b568b 100644 Binary files a/vtm-android-gdx/natives/armeabi/lib/armeabi/libgdx.so and b/vtm-android-gdx/natives/armeabi/lib/armeabi/libgdx.so differ diff --git a/vtm-android-gdx/natives/x86/lib/x86/libgdx.so b/vtm-android-gdx/natives/x86/lib/x86/libgdx.so index 285c9b19..1efadc99 100644 Binary files a/vtm-android-gdx/natives/x86/lib/x86/libgdx.so and b/vtm-android-gdx/natives/x86/lib/x86/libgdx.so differ diff --git a/vtm-android-gdx/natives/x86_64/lib/x86_64/libgdx.so b/vtm-android-gdx/natives/x86_64/lib/x86_64/libgdx.so index a4890bcc..41611f48 100644 Binary files a/vtm-android-gdx/natives/x86_64/lib/x86_64/libgdx.so and b/vtm-android-gdx/natives/x86_64/lib/x86_64/libgdx.so differ diff --git a/vtm-ios-example/build.gradle b/vtm-ios-example/build.gradle index 4c784a70..89eb52f7 100644 --- a/vtm-ios-example/build.gradle +++ b/vtm-ios-example/build.gradle @@ -3,7 +3,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.2.0' + classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.0' } } diff --git a/vtm-ios/build.gradle b/vtm-ios/build.gradle index 9eb7d796..2d453883 100644 --- a/vtm-ios/build.gradle +++ b/vtm-ios/build.gradle @@ -3,7 +3,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.2.0' + classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.0' } }