Skip to content

Commit 16a0ece

Browse files
committed
fix python-windows-dart package name
1 parent 6a1181c commit 16a0ece

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/serious_python_android/lib/src/gen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25776,7 +25776,7 @@ const int ALIGNOF_MAX_ALIGN_T = 8;
2577625776

2577725777
const int ALIGNOF_SIZE_T = 8;
2577825778

25779-
const int ANDROID_API_LEVEL = 21;
25779+
const int ANDROID_API_LEVEL = 24;
2578025780

2578125781
const int ENABLE_IPV6 = 1;
2578225782

src/serious_python_windows/windows/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cmake_policy(SET CMP0063 NEW)
1818
set(PLUGIN_NAME "serious_python_windows_plugin")
1919

2020
set(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")
2222
set(PYTHON_FILE ${CMAKE_BINARY_DIR}/python-windows-for-dart.zip)
2323
if (NOT EXISTS ${PYTHON_FILE})
2424
file(DOWNLOAD ${PYTHON_URL} ${PYTHON_FILE})

0 commit comments

Comments
 (0)