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

Commit c41c4fa

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 33369bf commit c41c4fa

3 files changed

Lines changed: 84 additions & 101 deletions

File tree

DEPS

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

157157
'src/third_party/icu':
158-
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '2b50fa94b07b601293d7c1f791e853bba8ffbb84',
158+
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '2e0f2989441ec2f55abec30f48e89981dbac2c34',
159159

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

0 commit comments

Comments
 (0)