From 3f1fb1b9605d6271738e7a2ea148eb5c5e5cba0c Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Wed, 7 Dec 2022 21:33:59 +0100 Subject: [PATCH] Update assets_for_android_views git dependency pins (#116639) * Unpin assets_for_android_views git dependency It needs to pick-up changes made to the pubspec.yaml to be Dart 3.0 compatible and dev/integration_tests/android_views/pubspec.yaml already uses the same dependency unpinned. * Also unpin hybrid_android_views * Pin android_views to the new flutter/goldens ref * Pin hybrid_android_views to newer flutter/goldens --- dev/integration_tests/android_views/pubspec.yaml | 2 +- dev/integration_tests/hybrid_android_views/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/integration_tests/android_views/pubspec.yaml b/dev/integration_tests/android_views/pubspec.yaml index ec67b8faf7ec..6d38686f89ff 100644 --- a/dev/integration_tests/android_views/pubspec.yaml +++ b/dev/integration_tests/android_views/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: assets_for_android_views: git: url: https://github.com/flutter/goldens.git - ref: c47f1308188dca65b3899228cac37f252ea8b411 + ref: 64d0f6051b9b7b9933d3d16194170a38f544634a path: dev/integration_tests/assets_for_android_views archive: 3.3.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" diff --git a/dev/integration_tests/hybrid_android_views/pubspec.yaml b/dev/integration_tests/hybrid_android_views/pubspec.yaml index 5c58fa7f0edc..5fe5c7dd323e 100644 --- a/dev/integration_tests/hybrid_android_views/pubspec.yaml +++ b/dev/integration_tests/hybrid_android_views/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: assets_for_android_views: git: url: https://github.com/flutter/goldens.git - ref: c47f1308188dca65b3899228cac37f252ea8b411 + ref: 64d0f6051b9b7b9933d3d16194170a38f544634a path: dev/integration_tests/assets_for_android_views archive: 3.3.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"