diff --git a/lib/scripts/patch.ps1 b/lib/scripts/patch.ps1 index 139641c3c..b0c5a5a43 100644 --- a/lib/scripts/patch.ps1 +++ b/lib/scripts/patch.ps1 @@ -73,3 +73,10 @@ foreach ($patch in $patches) { Write-Host "$patch applied" } } + +# TODO: remove +if ($platform.ToLower() -eq "android") { + "69e31205362b4e59b7eb89b24797e687b4b67afe" | Set-Content -Path .\bin\internal\engine.version + Remove-Item -Path ".\bin\cache" -Recurse -Force + flutter --version +} \ No newline at end of file