File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
serious_python_android/lib/src
serious_python_windows/windows Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25776,7 +25776,7 @@ const int ALIGNOF_MAX_ALIGN_T = 8;
2577625776
2577725777const int ALIGNOF_SIZE_T = 8;
2577825778
25779- const int ANDROID_API_LEVEL = 21 ;
25779+ const int ANDROID_API_LEVEL = 24 ;
2578025780
2578125781const int ENABLE_IPV6 = 1;
2578225782
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cmake_policy(SET CMP0063 NEW)
1818set (PLUGIN_NAME "serious_python_windows_plugin" )
1919
2020set (PYTHON_PACKAGE ${CMAKE_BINARY_DIR} /python)
21- set (PYTHON_URL "https://github.com/cfms-dev/python-build/releases/download/v3.14/python-windows-for-dart-3.14.zip" )
21+ set (PYTHON_URL "https://github.com/cfms-dev/python-build/releases/download/v3.14.2 /python-windows-for-dart-3.14.2 .zip" )
2222set (PYTHON_FILE ${CMAKE_BINARY_DIR} /python-windows-for-dart.zip)
2323if (NOT EXISTS ${PYTHON_FILE} )
2424 file (DOWNLOAD ${PYTHON_URL} ${PYTHON_FILE} )
You can’t perform that action at this time.
0 commit comments