From fcb1ef1143808b5255ccff808255e7b4a23a6dcc Mon Sep 17 00:00:00 2001 From: Jarred Wilson Date: Fri, 6 Feb 2026 17:16:49 -0600 Subject: [PATCH 1/2] chore(appstream): move to upstream submodule --- .gitmodules | 2 +- lib/appstream.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index a3e32fd..acc24de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lib/appstream.dart"] path = lib/appstream.dart - url = git@github.com:jardon/appstream.dart.git + url = git@github.com:canonical/appstream.dart.git diff --git a/lib/appstream.dart b/lib/appstream.dart index d0b847a..9e4641d 160000 --- a/lib/appstream.dart +++ b/lib/appstream.dart @@ -1 +1 @@ -Subproject commit d0b847a7125c9a17c04941bcea988d37578ffae7 +Subproject commit 9e4641d0d6b98855e2f2657091a360af91b9251a From cb2225c8c0f0b70aaa564c4752e3b654130f5f4d Mon Sep 17 00:00:00 2001 From: Jarred Wilson Date: Fri, 6 Feb 2026 18:15:45 -0600 Subject: [PATCH 2/2] chore(flutter): set version to 3.38.9 --- .github/workflows/linux-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-build.yaml b/.github/workflows/linux-build.yaml index 7005e09..4f74c0e 100644 --- a/.github/workflows/linux-build.yaml +++ b/.github/workflows/linux-build.yaml @@ -32,7 +32,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: master - flutter-version: 3.35.7 + flutter-version: 3.38.9 - name: Install dependencies run: flutter pub get - name: Build project