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

Commit 883fbb8

Browse files
committed
[icu] Upgrades the ICU library version in use
This change brings in ICU 70.1 which is the latest and greatest of ICU releases. It sync up with the latest ICU milestone in use in Chromium. Issue: #flutter/97412
1 parent f00db25 commit 883fbb8

File tree

2 files changed

+83
-99
lines changed

2 files changed

+83
-99
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ deps = {
146146
# Chromium-style dependencies.
147147

148148
'src/third_party/icu':
149-
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '2b50fa94b07b601293d7c1f791e853bba8ffbb84',
149+
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '609143a639dcc0884a87c899614895ce129afdb8',
150150

151151
'src/third_party/khronos':
152152
Var('chromium_git') + '/chromium/src/third_party/khronos.git' + '@' + '7122230e90547962e0f0c627f62eeed3c701f275',

0 commit comments

Comments
 (0)