@@ -1,3 +1,6 @@
+# 4.2.28
+- Fix incompatibility with Gradle 8.x. See https://github.com/EsotericSoftware/spine-runtimes/issues/2553
+
# 4.2.27
- Fixes clipping in case of colinear clipping edges.
@@ -25,6 +25,8 @@ rootProject.allprojects {
apply plugin: 'com.android.library'
android {
+ namespace "com.esotericsoftware.spine.flutter"
// Bumping the plugin compileSdkVersion requires all clients of this plugin
// to bump the version in their app.
compileSdkVersion 31
@@ -1,3 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.example.spine_flutter">
+ package="com.esotericsoftware.spine.flutter">
</manifest>