diff --git a/.github/workflows/versions.env b/.github/workflows/versions.env index b99b89cdf..f0e244aae 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.32.2 +FLUTTER_VERSION=3.32.4 JAVA_VERSION=17 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 1bd301866..779770c98 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.32.2 + source-tag: 3.32.4 source-depth: 1 plugin: nil override-build: |