Skip to content

Commit

Permalink
Manual Roll of Flutter from 4e7a07a to 61b890b (#4919)
Browse files Browse the repository at this point in the history
Manual Flutter -> packages roll; taking over #4918 to fix OOM error by increasing JVM memory of legacy `all_projects` app (example error: https://ci.chromium.org/ui/p/flutter/builders/try/Linux_android%20android_build_all_packages%20master/2323/overview).
  • Loading branch information
camsim99 authored Sep 14, 2023
1 parent 275b76c commit 050ad15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/flutter_master.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4e7a07af882c5d76d88fd458fa4b653c5e7a12fe
61b890bfcbc106bc011007c6ac6fd42ec87c9818
2 changes: 1 addition & 1 deletion .ci/legacy_project/all_packages/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
org.gradle.jvmargs=-Xmx1536M
org.gradle.jvmargs=-Xmx2G
android.useAndroidX=true
android.enableJetifier=true

0 comments on commit 050ad15

Please sign in to comment.