From d7d22b9aeea9fb44648d9129eb5f3672740ef79b Mon Sep 17 00:00:00 2001 From: HayesGordon Date: Tue, 13 Jun 2023 09:58:15 +0000 Subject: [PATCH] chore: bump rive_common to v0.0.10 Diffs= d520a7ea4 chore: bump rive_common to v0.0.10 (#5406) Co-authored-by: Gordon --- .rive_head | 2 +- CHANGELOG.md | 3 +++ pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.rive_head b/.rive_head index da60f57..1d49f77 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -ad0d13cd66cec87c0f334b2cee1b3f7d92b0ce1a +d520a7ea4ce8176a160ba30515233c0aa3af5b11 diff --git a/CHANGELOG.md b/CHANGELOG.md index 93fb749..40ff594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.11.3 + - Bumps rive_common to add Android namespace to support Gradle 8 (issue [312](https://github.com/rive-app/rive-flutter/issues/312)) + ## 0.11.2 - Add parameter to specifcy headers on RiveAnimation.network widget diff --git a/pubspec.yaml b/pubspec.yaml index 39856ef..d46a367 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: rive -version: 0.11.2 +version: 0.11.3 homepage: https://rive.app description: Rive 2 Flutter Runtime. This package provides runtime functionality for playing back and interacting with animations built with the Rive editor available at https://rive.app. repository: https://github.com/rive-app/rive-flutter @@ -15,7 +15,7 @@ dependencies: http: ^0.13.3 meta: ^1.3.0 plugin_platform_interface: ^2.0.2 - rive_common: 0.0.9 + rive_common: ^0.0.10 dev_dependencies: flutter_test: sdk: flutter