diff --git a/.github/workflows/versions.env b/.github/workflows/versions.env index 6bf2dcdc8..71fae1563 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.35.7 +FLUTTER_VERSION=3.38.1 JAVA_VERSION=17 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index aec3f009a..ae0bd0aff 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.7 + source-tag: 3.38.1 source-depth: 1 plugin: nil override-build: |