From 00a99d3bc09bed0433319f05f5161557d11039f8 Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Tue, 22 Aug 2023 15:32:01 -0700 Subject: [PATCH] [gallery] roll gallery to ecfb9e5352bd12032301b12b30d5853d83d89bda (#133083) This shrinks the size of the reply image attachments which should make it easier to find the actionable issues in https://github.com/flutter/flutter/issues/132690 --- dev/devicelab/lib/versions/gallery.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/devicelab/lib/versions/gallery.dart b/dev/devicelab/lib/versions/gallery.dart index d893328be2..5a15fadaad 100644 --- a/dev/devicelab/lib/versions/gallery.dart +++ b/dev/devicelab/lib/versions/gallery.dart @@ -3,4 +3,4 @@ // found in the LICENSE file. /// The pinned version of flutter gallery, used for devicelab tests. -const String galleryVersion = '6a8d738c94d0710e229d726729c09fdb5ccaf7ed'; +const String galleryVersion = 'ecfb9e5352bd12032301b12b30d5853d83d89bda';