Solving some of the Out of Memory errors.

This commit is contained in:
Vitor Pamplona
2023-01-19 17:50:29 -05:00
parent 4224ebe429
commit a18c5b975f

View File

@@ -14,6 +14,7 @@
android:enableOnBackInvokedCallback="true" android:enableOnBackInvokedCallback="true"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.Amethyst" android:theme="@style/Theme.Amethyst"
android:largeHeap="true"
tools:targetApi="31"> tools:targetApi="31">
<activity <activity
android:name=".ui.MainActivity" android:name=".ui.MainActivity"