Merge pull request 'Fix .dat file deploy' (#123) from fix/android-build into release/v9.1.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/build_tools/pulls/123
This commit is contained in:
Oleg Korshul
2025-09-01 08:20:54 +00:00

View File

@ -11,8 +11,8 @@ current_dir = os.path.abspath(current_dir)
if not current_dir.endswith("/"):
current_dir += "/"
icu_major = "58"
icu_minor = "3"
icu_major = "74"
icu_minor = "2"
options = {
"--enable-strict" : "no",
@ -127,9 +127,6 @@ def make():
old_env = dict(os.environ)
icu_major = "74"
icu_minor = "2"
fetch_icu(icu_major, icu_minor)
build_host()