Skip to content

Commit 623f914

Browse files
authored
[ci] Manually roll master, set -Xmx4G (#8586)
Roll Flutter from 8e2a6fc3fd2c to 892f9c13a2bb (84 revisions) flutter/flutter@8e2a6fc...892f9c1 ## Additional changes * Sets `-Xmx4G` across the repo. ## Issues Completes: flutter/packages#8585
1 parent 0bae12d commit 623f914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google_maps_flutter_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ android {
6666
// the Java heap size when running the Android unit tests. The following property here
6767
// sets the heap size to a size large enough to run the robolectric tests across
6868
// multiple SDK levels.
69-
jvmArgs "-Xmx1g"
69+
jvmArgs "-Xmx4G"
7070
}
7171
}
7272
}

0 commit comments

Comments
 (0)