Browse Source

Downgrade to Flutter v3.19.3 (#1495)

Vishnu Mohandas 1 năm trước cách đây
mục cha
commit
2160b4d7f9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/mobile-internal-release.yml

+ 1 - 1
.github/workflows/mobile-internal-release.yml

@@ -4,7 +4,7 @@ on:
     workflow_dispatch: # Allow manually running the action
 
 env:
-    FLUTTER_VERSION: "3.19.5"
+    FLUTTER_VERSION: "3.19.3"
 
 jobs:
     build: