From 7a2998857fdaf3c0e24a3a794457527e0ef4e8ca Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Wed, 8 Jul 2026 09:21:49 +0200 Subject: [PATCH] update flutter and pin drift for now --- .github/workflows/build.yml | 2 +- apps/weblibre/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b4e2c8b5..6817afff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,7 +113,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.44.0 + flutter-version: 3.44.5 cache: true - name: Setup Flutter dependencies diff --git a/apps/weblibre/pubspec.yaml b/apps/weblibre/pubspec.yaml index b365de6b..065f02c7 100644 --- a/apps/weblibre/pubspec.yaml +++ b/apps/weblibre/pubspec.yaml @@ -18,8 +18,8 @@ dependencies: crypto: ^3.0.7 cryptography_flutter: ^2.3.4 device_info_plus: ^13.1.0 - drift: ^2.34.0 - drift_dev: ^2.34.0 + drift: 2.34.0 + drift_dev: 2.34.0 dynamic_color: ^1.8.1 exceptions: ^0.6.1 fading_scroll: ^0.9.4