Skip to content

v1.10.1.12.0

Compare
Choose a tag to compare
@metaphore metaphore released this 10 Nov 20:57

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 🤞