Skip to content

Commit 6d96274

Browse files
committed
Bump dart_bridge to 1.3.2
Re-published Android binaries with explicit liblog linkage. 1.3.1's CMakeLists.txt fix was a no-op on Android (that platform builds via a hand-rolled clang line in the dart-bridge CI workflow, not CMake), so the shipped Android Py 3.12 binary still missed liblog and crashed at app start. 1.3.2's workflow adds -llog to the cross-compile and re-releases all platform binaries. Linux / Windows / Apple binaries are content-identical to 1.3.1. Regenerated via dart run serious_python:gen_version_tables. Release: https://github.com/flet-dev/dart-bridge/releases/tag/v1.3.2
1 parent 4294a47 commit 6d96274

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/serious_python/lib/src/python_versions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const dartBridgeVersionEnvironmentVariable = "DART_BRIDGE_VERSION";
1111

1212
/// python-build release the bundled runtimes come from (YYYYMMDD).
1313
const pythonReleaseDate = "20260614";
14-
const dartBridgeVersion = "1.3.1";
14+
const dartBridgeVersion = "1.3.2";
1515
const defaultPythonVersion = "3.14";
1616

1717
class PythonRelease {

src/serious_python_android/android/python_versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GENERATED by `dart run serious_python:gen_version_tables` from
22
# python-build manifest.json (release 20260614). Do not edit by hand.
33
default_python_version=3.14
4-
dart_bridge_version=1.3.1
4+
dart_bridge_version=1.3.2
55
python_build_release_date=20260614
66
3.12.full_version=3.12.13
77
3.13.full_version=3.13.14

src/serious_python_darwin/darwin/python_versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GENERATED by `dart run serious_python:gen_version_tables` from
22
# python-build manifest.json (release 20260614). Do not edit by hand.
33
default_python_version=3.14
4-
dart_bridge_version=1.3.1
4+
dart_bridge_version=1.3.2
55
python_build_release_date=20260614
66
3.12.full_version=3.12.13
77
3.13.full_version=3.13.14

src/serious_python_linux/linux/python_versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GENERATED by `dart run serious_python:gen_version_tables` from
22
# python-build manifest.json (release 20260614). Do not edit by hand.
33
default_python_version=3.14
4-
dart_bridge_version=1.3.1
4+
dart_bridge_version=1.3.2
55
python_build_release_date=20260614
66
3.12.full_version=3.12.13
77
3.13.full_version=3.13.14

src/serious_python_windows/windows/python_versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GENERATED by `dart run serious_python:gen_version_tables` from
22
# python-build manifest.json (release 20260614). Do not edit by hand.
33
default_python_version=3.14
4-
dart_bridge_version=1.3.1
4+
dart_bridge_version=1.3.2
55
python_build_release_date=20260614
66
3.12.full_version=3.12.13
77
3.13.full_version=3.13.14

0 commit comments

Comments
 (0)