Skip to content

Commit 7cec7de

Browse files
update min versions
1 parent c1dc046 commit 7cec7de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def get_build_args(
136136

137137
if target_os == "android":
138138
args.append("clang_use_chrome_plugins=false")
139-
args.append("default_min_sdk_version=21")
139+
args.append("default_min_sdk_version=23")
140140
args.append("pdf_is_standalone=true")
141141
args.append("pdf_bundle_freetype=true")
142142
elif target_os == "ios":
@@ -158,7 +158,7 @@ def get_build_args(
158158
args.append("clang_use_chrome_plugins=false")
159159
args.append("pdf_is_standalone=true")
160160
elif target_os.startswith("mac"):
161-
args.append('mac_deployment_target="10.13.0"')
161+
args.append('mac_deployment_target="11.0.0"')
162162
args.append("clang_use_chrome_plugins=false")
163163
args.append("pdf_is_standalone=true")
164164
args.append("use_custom_libcxx=false")

0 commit comments

Comments
 (0)