File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments