From b982f4eec76b9f70cc1dfb4f70d4a4a99be8f4c5 Mon Sep 17 00:00:00 2001 From: ggurdin <46800240+ggurdin@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:33:09 -0500 Subject: [PATCH] dev: update flutter (#1616) --- .github/workflows/versions.env | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/versions.env b/.github/workflows/versions.env index bf9b00f05..d15056774 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.27.0 +FLUTTER_VERSION=3.27.3 JAVA_VERSION=17 diff --git a/pubspec.yaml b/pubspec.yaml index 8552d53d8..67ae6a492 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ description: Learn a language while texting your friends. # Pangea# publish_to: none # On version bump also increase the build number for F-Droid -version: 4.1.5+24 +version: 4.1.5+25 environment: sdk: ">=3.0.0 <4.0.0"