diff --git a/docs/Changelog.md b/docs/Changelog.md index 1a12aa705..595c6067d 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -3,6 +3,7 @@ ## Next version - `vtm-themes` change package [#1130](https://github.com/mapsforge/vtm/issues/1130) +- Add native libraries module [#1126](https://github.com/mapsforge/vtm/pull/1126) - Minor improvements and bug fixes - [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.22.0) diff --git a/jni/build.gradle b/jni/build.gradle index 8737954ec..e9f19be14 100644 --- a/jni/build.gradle +++ b/jni/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'application' dependencies { - implementation 'com.badlogicgames.gdx:gdx-jnigen:2.5.1' + implementation 'com.badlogicgames.gdx:gdx-jnigen:2.5.2' } sourceSets {