diff --git a/docs/Integration.md b/docs/Integration.md index 96a777ea..32281b6d 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -36,8 +36,8 @@ implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-armeabi- implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-arm64-v8a' 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.8' -implementation 'com.badlogicgames.gdx:gdx-backend-android:1.9.8' +implementation 'com.badlogicgames.gdx:gdx:1.9.9' +implementation 'com.badlogicgames.gdx:gdx-backend-android:1.9.9' implementation 'com.caverock:androidsvg:1.3' ``` @@ -56,9 +56,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.8' -implementation 'com.badlogicgames.gdx:gdx-platform:1.9.8:natives-desktop' -implementation 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.8' +implementation 'com.badlogicgames.gdx:gdx:1.9.9' +implementation 'com.badlogicgames.gdx:gdx-platform:1.9.9:natives-desktop' +implementation 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.9' 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-android-gdx/natives/arm64-v8a/lib/arm64-v8a/libgdx.so b/vtm-android-gdx/natives/arm64-v8a/lib/arm64-v8a/libgdx.so index 24f4c996..6ee58c8a 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 32664c48..c34e09dd 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 b7fcf3ff..46bd68ac 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 f302aaae..8b7dbbf2 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 358f77cb..b5aa6a12 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