Browse Source

Downgrade to Flutter v3.19.3 (#1495)

Vishnu Mohandas 1 year ago
parent
commit
2160b4d7f9
1 changed files with 1 additions and 1 deletions
  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: