From 7f218d15bd395644fbddf6f2e1756a5566273300 Mon Sep 17 00:00:00 2001 From: mjtalbot Date: Wed, 31 May 2023 13:41:01 +0000 Subject: [PATCH] revert overriding rive_common in flutter example this breaks tests in rive-flutter, and presumably a leftover from testing a rive_common bump locally https://github.com/rive-app/rive-flutter/commit/37eb623b96914eacdab868f4e6ffc099f689f400 Diffs= ad0d13cd6 revert overriding rive_common in flutter example (#5334) Co-authored-by: Maxwell Talbot --- .rive_head | 2 +- example/pubspec.yaml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.rive_head b/.rive_head index 0bf90c1..da60f57 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -c163c1a7fe5a8d26506c439e686716b4131f6ffe +ad0d13cd66cec87c0f334b2cee1b3f7d92b0ce1a diff --git a/example/pubspec.yaml b/example/pubspec.yaml index b0904f4..dc0d40b 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -8,10 +8,6 @@ version: 1.0.0+1 environment: sdk: ">=2.17.0 <3.0.0" -dependency_overrides: - rive_common: - path: ../../rive_common - dependencies: flutter: sdk: flutter