From 083b366308259ed480698077da656a0c927f7a2b Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Sun, 8 Dec 2024 20:13:36 +0600 Subject: [PATCH] chore: upgrade to fluter 3.24.5 --- .fvm/fvm_config.json | 2 +- .fvmrc | 2 +- .github/workflows/spotube-release-binary.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json index 305f34df..7f89fed4 100644 --- a/.fvm/fvm_config.json +++ b/.fvm/fvm_config.json @@ -1,3 +1,3 @@ { - "flutterSdkVersion": "3.24.3" + "flutterSdkVersion": "3.24.5" } \ No newline at end of file diff --git a/.fvmrc b/.fvmrc index c62692b4..679f8e11 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,4 +1,4 @@ { - "flutter": "3.24.3", + "flutter": "3.24.5", "flavors": {} } \ No newline at end of file diff --git a/.github/workflows/spotube-release-binary.yml b/.github/workflows/spotube-release-binary.yml index d059a067..89c2fedd 100644 --- a/.github/workflows/spotube-release-binary.yml +++ b/.github/workflows/spotube-release-binary.yml @@ -20,7 +20,7 @@ on: description: Dry run without uploading to release env: - FLUTTER_VERSION: 3.24.3 + FLUTTER_VERSION: 3.24.5 permissions: contents: write