From b8543ab9953908d1a73a0e6550efff0e524e1d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sun, 7 Sep 2025 10:08:17 +0200 Subject: [PATCH] build: Update flutter to 3.35.3 --- .github/workflows/versions.env | 2 +- snap/snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/versions.env b/.github/workflows/versions.env index 5a23ceb3e..4d5a9ba26 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.35.2 +FLUTTER_VERSION=3.35.3 JAVA_VERSION=17 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3fe4d1e9e..e7fbf4364 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -53,7 +53,7 @@ platforms: parts: flutter-git: source: https://github.com/flutter/flutter.git - source-tag: 3.35.2 + source-tag: 3.35.3 source-depth: 1 plugin: nil override-build: |