Roll CanvasKit to 0.37.1 (flutter/engine#37454)

This commit is contained in:
Harry Terkelsen
2022-11-09 12:07:25 -08:00
committed by GitHub
parent ffbedf21c4
commit bbd93f8fa7
3 changed files with 3 additions and 3 deletions

2
DEPS
View File

@@ -22,7 +22,7 @@ vars = {
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
'canvaskit_cipd_instance': 'C478RsheZD4Fqp1fStMPwFWnSz7nfhh7LMFsrU8M4dQC',
'canvaskit_cipd_instance': 'ztaLvbs5GPmlAwUosC7VVp7EQnNVknRpNuKdv7vmzaAC',
# Do not download the Emscripten SDK by default.
# This prevents us from downloading the Emscripten toolchain for builds

View File

@@ -1,4 +1,4 @@
# Specifies the version of CanvasKit to use for Flutter Web apps.
#
# See `lib/web_ui/README.md` for how to update this file.
canvaskit_version: "0.37.0"
canvaskit_version: "0.37.1"

View File

@@ -51,7 +51,7 @@ import 'dom.dart';
/// The version of CanvasKit used by the web engine by default.
// DO NOT EDIT THE NEXT LINE OF CODE MANUALLY
// See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
const String _canvaskitVersion = '0.37.0';
const String _canvaskitVersion = '0.37.1';
/// The Web Engine configuration for the current application.
FlutterConfiguration get configuration =>