From 71359240d7f2f8e9c71c7cfb9018033fcb31b988 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Fri, 16 May 2025 11:09:26 +0200 Subject: [PATCH] [flutter] Release 4.2.36 --- spine-flutter/CHANGELOG.md | 3 +++ spine-flutter/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/spine-flutter/CHANGELOG.md b/spine-flutter/CHANGELOG.md index 28a8b3e04..784703f53 100644 --- a/spine-flutter/CHANGELOG.md +++ b/spine-flutter/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.2.36 +- Support for 16KB page alignement on Android. You must specify the NDK version in the build.gradle file of your app's Android project. See https://github.com/EsotericSoftware/spine-runtimes/issues/2849 + # 4.2.35 - Port of commit f1e0f0f: Fixed animation not being mixed out in some cases. diff --git a/spine-flutter/pubspec.yaml b/spine-flutter/pubspec.yaml index bd0cbef01..e9a60f60b 100644 --- a/spine-flutter/pubspec.yaml +++ b/spine-flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: spine_flutter description: The official Spine Flutter Runtime to load, display and interact with Spine animations. -version: 4.2.35 +version: 4.2.36 homepage: https://esotericsoftware.com repository: https://github.com/esotericsoftware/spine-runtimes issue_tracker: https://github.com/esotericsoftware/spine-runtimes/issues