Skip to content

Releases: libgdx/gdx-jnigen

2.5.1

18 Dec 21:15
Compare
Choose a tag to compare

[2.5.1]

  • [BREAKING CHANGE] Missing compilers will no longer silently fail #52
  • Windows ARM built target #51
  • Fix regression in library loading on android #55
  • Enforce UTF-8 for java header generation #53

2.5.0

28 Nov 11:41
Compare
Choose a tag to compare
  • [BREAKING CHANGE] Added Enum for Os/Architecture/Bitness
  • Linux RISCV Support

2.4.1

09 Jun 17:21
2c574b2
Compare
Choose a tag to compare
  • Correctly set min iOS version and make it configurable ( #41 )

2.4.0

17 May 16:08
795520e
Compare
Choose a tag to compare
  • [BREAKING CHANGE] [iOS] Move static libraries to dynamic libraries
  • [BREAKING CHANGE] [iOS] Remove armv7 slices
  • [BREAKING CHANGE] [iOS] Bump minimum deployment target to 11
  • [iOS] Add support for specifying extraXCFrameworks
  • [iOS] Remove deprecated bitcode generation
  • [iOS] Generate dSYM files for the frameworks

2.3.1

22 Mar 19:52
5230c53
Compare
Choose a tag to compare

Minor bug fix release.

Fix iOS detection for MOE backend #32
Fix issue that info.plist file isn't included into final jar #33

2.3.0

20 Feb 23:00
Compare
Choose a tag to compare
  • [BREAKING CHANGE] [iOS] Added support for specifying robovm.xml libs and forceLinkClasses definitions.
  • [iOS] Added support for arm64 simulators and replace use of fat static lib with xcframework, see #28
  • Improve shared library load failure message on Android and ARM.

2.2.1

07 Dec 16:36
Compare
Choose a tag to compare
Automatically create a hard dependency on runtimeClasspath of the jni…

…gen target.

* Later gradle versions don't seem to do this automatically anymore.

2.2.0

21 Apr 14:56
Compare
Choose a tag to compare
Update version to 2.2.0 and add CHANGES

2.1.4

28 Mar 20:06
Compare
Choose a tag to compare

x86_64 fix for c compilation

v2.0.1

18 Jan 23:18
Compare
Choose a tag to compare
Cleanup iOS comment in BuildTarget