Skip to content

Releases: crashinvaders/gdx-lml

v1.10.1.12.1

10 Nov 20:56
Compare
Choose a tag to compare

Another maintenance release to stay in sync with the latest libGDX version.

Notable changes:

  • Updated to libGDX 1.12.1

v1.10.1.12.0

10 Nov 20:57
Compare
Choose a tag to compare

Yet another maintenance release to stay in sync with the latest libGDX version.

Notable changes:

  • Updated to libGDX 1.12.0
  • Autumn desktop class scanner lib (gdx-autumn-fcs) is deprecated and was split into two variants:
    • gdx-autumn-desktop-classgraph - a clone of gdx-autumn-fcs. Which is actually based on classgraph since the previous LML release (1.10.1.11.0 ). Consider migrating to this library, if you had no issue with gdx-autumn-fcs.
    • gdx-autumn-desktop-fcs - an old implementation based on fast-classpath-scanner. It was requested as a drop-in replacement, due to reported issues with classgraph implementation (pending investigation).
  • gdx-autumn-android class scanner lib is now distributed as AAR (Android library, not pure Java library).
  • Build config general revamp. We've switched to a newer Maven publishing plugin. Hopefully, none of this release's artifacts got broken 🤞

v1.10.1.11.0

22 May 16:25
Compare
Choose a tag to compare

Another maintenance release to keep up with the latest LibGDX version.