diff options
author | Eric Bailey <git@esb.lol> | 2025-03-06 22:21:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-06 20:21:54 -0800 |
commit | 27ae829698eed3d73faaba5d9144f06452d8ada2 (patch) | |
tree | 4da229f5a4d18769213a8a2023df3aa94723a60a /app.config.js | |
parent | ada2ac8b9169c5ebc4dbb1ce6a24a0accea39557 (diff) | |
download | voidsky-27ae829698eed3d73faaba5d9144f06452d8ada2.tar.zst |
Add plugin to bump gradle jvm heap size (#7922)
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js index 97e416f03..9539292ff 100644 --- a/app.config.js +++ b/app.config.js @@ -240,6 +240,7 @@ module.exports = function (config) { }, ], './plugins/starterPackAppClipExtension/withStarterPackAppClip.js', + './plugins/withGradleJVMHeapSizeIncrease.js', './plugins/withAndroidManifestPlugin.js', './plugins/withAndroidManifestFCMIconPlugin.js', './plugins/withAndroidStylesAccentColorPlugin.js', |