Skip to content

1.10.0.1 "Lucky Number Seven Point Oh"

Compare
Choose a tag to compare
@tommyettinger tommyettinger released this 24 Apr 02:47
· 988 commits to master since this release

This release has two major features: it fixes the Android builds by no longer trying to download "armeabi" native libraries (which are no longer distributed by libGDX 1.10.0), and it updates to Gradle 7.0. The Gradle 7.0 update is significant for users who have Java 16 installed as their main JDK, since it means an end to the troublesome error "Unsupported class file major version 60" for those users. There's some slightly-hacky solutions to get Gradle 7.0 to work with HTML projects, but it does work now.

As an aside, I like Java 16 and it's the first JDK release in a while to include some serious performance improvements, so I'm especially glad we can use it now via Gradle 7.0.

Now get out there and make some projects!