From 6fd338797773c4d8dfd4d7242d9d011c36c579dc Mon Sep 17 00:00:00 2001 From: Reid Baker Date: Wed, 23 Aug 2023 12:38:32 -0700 Subject: [PATCH] Bump memory usage in gradle for platform views (#133155) fixes #133119 Similar to https://github.com/flutter/flutter/issues/131006 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing.