From 4a2e73581a40e9619d4c2945ee47d91f31311a4f Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Mon, 20 Oct 2025 09:55:55 -0700 Subject: [PATCH] Update serious_python dependency ref in pubspec.yaml Changed the git ref for the serious_python dependency from 'main' to 'android-16k' to use a different branch or commit. --- {{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 a4d187b..43130c5 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: main + ref: android-16k path: src/serious_python wakelock_plus: ^1.2.10