mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-12 01:58:45 +08:00
[flutter] Fix incompatibility with Gradle 8.x, closes #2553
This commit is contained in:
parent
64fe74e91c
commit
18c1f69459
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user