[flutter] Fix incompatibility with Gradle 8.x, closes #2553

This commit is contained in:
Mario Zechner 2024-06-19 14:09:53 +02:00
parent 64fe74e91c
commit 18c1f69459
3 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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

View File

@ -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>