From 424f0921aa5b9f1100704dc3304aedf2031fdcb4 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Sat, 25 Oct 2025 09:49:27 -0700 Subject: [PATCH] Update serious_python dependency to main branch Changed the serious_python dependency override to use the 'main' branch instead of 'android-16k' for improved stability and access to latest updates. --- {{cookiecutter.out_dir}}/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index 6cef3e3..b38bfab 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -32,7 +32,7 @@ dependency_overrides: serious_python: git: url: https://github.com/flet-dev/serious-python.git - ref: android-16k + ref: main path: src/serious_python wakelock_plus: ^1.2.10