github libgdx/gdx-liftoff v1.13.5.0
1.13.5.0 "Or Whether You're A Mother"

latest releases: v1.14.0.8, v1.14.0.7, v1.14.0.6...
10 months ago

It looks libGDX is indeed stayin' alive, with a new release 1.13.5 and a Liftoff version to accompany it! This release includes a wide variety of updates to various optional dependencies, such as defaulting to the latest Kotlin, Scala, and Groovy when requested. A small tweak to how the most recent dependency version is determined for third-party dependencies should make the most recent version get picked up now at least most of the time.

TeaVM is also up-to-date, with the newest release able to target WebAssembly instead of JavaScript if you just uncomment one line in the generated TeaVMBuilder file. For projects that make heavy use of long math, and probably various other bottlenecks with JS, WebAssembly can perform considerably better than either GWT or TeaVM targeting JS. The WebAssembly target is in an early stage, but developing with it early and testing often can help it get even better -- if you find bugs with TeaVM specifically, the TeaVM repo is where to report them!

Other than those changes, this release was all thanks to @obigu ! The changelog below shows the three PRs that went into 1.13.5.0, all by our hero of this release!

What's Changed

  • Move AGP version to a single configuration point by @obigu in #232
  • Use modern Material Fullscreen default Android theme by @obigu in #231
  • Clean up RoboVM version setting related code by @obigu in #233

Full Changelog: v1.13.1.4...v1.13.5.0

💐 Happy Mother's Day to those who celebrate it! 💐

Don't miss a new gdx-liftoff release

NewReleases is sending notifications on new releases.