Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-31 18:23:58 +08:00
parent ea4316a847
commit 7eb21bc5a2

View File

@@ -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
}