From c44e92dcc8e39d03c85345a59c65165d74bd9299 Mon Sep 17 00:00:00 2001 From: dom Date: Sat, 6 Jun 2026 09:38:02 +0800 Subject: [PATCH] update patch Signed-off-by: dom --- lib/scripts/patch.ps1 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/scripts/patch.ps1 b/lib/scripts/patch.ps1 index 87bea3084..a680cacb0 100644 --- a/lib/scripts/patch.ps1 +++ b/lib/scripts/patch.ps1 @@ -106,12 +106,7 @@ foreach ($patch in $patches) { # TODO: remove if ($platform.ToLower() -eq "android") { - git stash - git cherry-pick 625275cfae17b27c9049b0740a9ef67d626b3b1c -X ours - git reset --soft HEAD~1 - git stash pop - git restore DEPS - "f84bd039a0692e5cab5383a8de29bc41151a4dfd" | Set-Content -Path .\bin\internal\engine.version + "df67bb3b55323961184ae7117cc91c054f36a42c" | Set-Content -Path .\bin\internal\engine.version Remove-Item -Path ".\bin\cache" -Recurse -Force flutter --version } \ No newline at end of file