Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into vp_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
camsim99 committed Oct 18, 2024
2 parents ee0f7de + dafd753 commit fc22ee6
Show file tree
Hide file tree
Showing 99 changed files with 8,134 additions and 2,898 deletions.
4 changes: 4 additions & 0 deletions packages/camera/camera_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.9+15

* Converts Dart to native platform calls to Pigeon.

## 0.10.9+14

* Converts native to Dart platform calls to Pigeon.
Expand Down
4 changes: 4 additions & 0 deletions packages/camera/camera_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ buildFeatures {
unitTests.includeAndroidResources = true
unitTests.returnDefaultValues = true
unitTests.all {
// The org.gradle.jvmargs property that may be set in gradle.properties does not impact
// the Java heap size when running the Android unit tests. The following property here
// sets the heap size to a size large enough to run the robolectric tests across
// multiple SDK levels.
jvmArgs "-Xmx1g"
testLogging {
events "passed", "skipped", "failed", "standardOut", "standardError"
Expand Down
Loading

0 comments on commit fc22ee6

Please sign in to comment.