Roll CanvasKit to 0.37.1 (flutter/engine#37454)
This commit is contained in:
2
DEPS
2
DEPS
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user