Skip to content

Commit 2cc3abb

Browse files
authored
Manual roll of ICU (flutter#31132)
* [licenses] Updates ICU license regexp and URL New file in the ICU library use the https scheme for the URL instead of prior http to declare the license, leading to the 'unmatched potential copyright' message. This change removes the issue. * [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 321a482 commit 2cc3abb

File tree

5 files changed

+86
-101
lines changed

5 files changed

+86
-101
lines changed

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)