flame-engine / flame

A Flutter based game engine.
https://flame-engine.org
MIT License
8.98k stars 879 forks source link

[flame_spine] Update to latest dependecy #3201

Closed KurtLa closed 1 week ago

KurtLa commented 1 week ago

What happened?

There is a bug in spine_flutter <=4.2.27 which causes that flame_spine is not possible to build in Gradle >8.3

What do you expect?

flame_spine can be build.

How can we reproduce this?

Update to Gradle >8.3 and try to build an android app which contains flame_spine

What steps should take to fix this?

Update spine_flutter dependency to 4.2.29

Do have an example of where the bug occurs?

No response

Relevant log output

No response

Execute in a terminal and put output into the code block below

No response

Affected platforms

Android

Other information

No response

Are you interested in working on a PR for this?