mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

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
7 lines
308 B
Dart
7 lines
308 B
Dart
// Copyright 2014 The Flutter Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
/// The pinned version of flutter gallery, used for devicelab tests.
|
|
const String galleryVersion = 'ecfb9e5352bd12032301b12b30d5853d83d89bda';
|