From df123d151ab1a76a9e878543ff5443e492e7ed54 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 10 Dec 2025 13:09:15 -0800 Subject: [PATCH] Update serious_python to use git dependency Switched serious_python from version 0.9.6 to a git dependency pointing to the 'android-crash-fix' branch. This change is likely to address specific issues or improvements not available in the published version. --- {{cookiecutter.out_dir}}/pubspec.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index 6ab16dd..5d55345 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -29,13 +29,13 @@ dependency_overrides: # ref: feodor/flet-0-27-5-fixes # url: https://github.com/flet-dev/flet.git - serious_python: 0.9.6 + # serious_python: 0.9.6 - # serious_python: - # git: - # url: https://github.com/flet-dev/serious-python.git - # ref: ios-bundle-id-fix - # path: src/serious_python + serious_python: + git: + url: https://github.com/flet-dev/serious-python.git + ref: android-crash-fix + path: src/serious_python wakelock_plus: ^1.2.10 web: ^1.0.0