Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 3f1fb1b

Browse files
authored
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
1 parent 7b458e5 commit 3f1fb1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/integration_tests/android_views/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
assets_for_android_views:
1717
git:
1818
url: https://github.com/flutter/goldens.git
19-
ref: c47f1308188dca65b3899228cac37f252ea8b411
19+
ref: 64d0f6051b9b7b9933d3d16194170a38f544634a
2020
path: dev/integration_tests/assets_for_android_views
2121

2222
archive: 3.3.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"

dev/integration_tests/hybrid_android_views/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
assets_for_android_views:
1717
git:
1818
url: https://github.com/flutter/goldens.git
19-
ref: c47f1308188dca65b3899228cac37f252ea8b411
19+
ref: 64d0f6051b9b7b9933d3d16194170a38f544634a
2020
path: dev/integration_tests/assets_for_android_views
2121

2222
archive: 3.3.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"

0 commit comments

Comments
 (0)