From ff960b760d4b8d7fa4ac42dee9d3d0ed3da8d70e Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Thu, 29 Sep 2022 20:05:01 -0700 Subject: [PATCH] add large heap declaration --- android/Omnivore/app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/Omnivore/app/src/main/AndroidManifest.xml b/android/Omnivore/app/src/main/AndroidManifest.xml index e0b3e5563..dfdb231bc 100644 --- a/android/Omnivore/app/src/main/AndroidManifest.xml +++ b/android/Omnivore/app/src/main/AndroidManifest.xml @@ -15,6 +15,7 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.Omnivore" + android:largeHeap="true" tools:targetApi="31">