We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4c77a commit 34cf88fCopy full SHA for 34cf88f
Samples/Flix/FlixLibrary/src/debug/AndroidManifest.xml
@@ -1,2 +1,4 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<manifest />
+<manifest>
3
+ <application android:largeHeap="true" >
4
+</manifest>
Samples/Flix/src/androidTest/AndroidManifest.xml
Samples/Flix/src/debug/AndroidManifest.xml
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
- <application>
+ <application android:largeHeap="true">
5
<!--suppress AndroidDomInspection -->
6
<activity
7
android:name="dev.testify.ComposableTestActivity"
0 commit comments