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