diff --git a/.fvmrc b/.fvmrc index fc9e690f1..afd204320 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.44.1" + "flutter": "3.44.2" } \ No newline at end of file diff --git a/lib/scripts/patch.ps1 b/lib/scripts/patch.ps1 index 97b5e2d21..342b57f2f 100644 --- a/lib/scripts/patch.ps1 +++ b/lib/scripts/patch.ps1 @@ -109,10 +109,3 @@ foreach ($patch in $patches) { Write-Host "$patch applied" } } - -# TODO: remove -if ($platform.ToLower() -eq "android") { - "df67bb3b55323961184ae7117cc91c054f36a42c" | Set-Content -Path .\bin\internal\engine.version - Remove-Item -Path ".\bin\cache" -Recurse -Force - flutter --version -} \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index b2313e595..ac1d798ef 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1985,4 +1985,4 @@ packages: version: "3.1.3" sdks: dart: ">=3.12.0 <4.0.0" - flutter: "3.44.1" + flutter: "3.44.2" diff --git a/pubspec.yaml b/pubspec.yaml index 2d4c202ed..a015420f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,7 +21,7 @@ version: 2.0.8+1 environment: sdk: ">=3.12.0" - flutter: 3.44.1 + flutter: 3.44.2 # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions