libgdx / gdx-liftoff

A modern setup tool for libGDX Gradle projects
Apache License 2.0
529 stars 50 forks source link

update Fleks to 2.6 #146

Closed Quillraven closed 10 months ago

Quillraven commented 10 months ago

2.6 should be live in a few hours and would be cool if it is updated in the next gdx-liftoff version.

Is this the only place that needs to be adjusted?

tommyettinger commented 10 months ago

If nothing else changed, that should be the only thing needed. The tool attempts to figure out the latest version by downloading version info from Maven-related APIs, but it often fails and has to fall back to the version you just updated. So even if some of the time, version 2.6 would be picked up without this, some of the time it wouldn't, and it's definitely best to keep things updated. Congrats on the 2.6 release!