Skip to content

Commit 302c8f9

Browse files
committed
Declare large heap
1 parent 5f4c77a commit 302c8f9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest />
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3+
<application android:largeHeap="true" />
4+
</manifest>

Samples/Flix/FlixLibrary/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
33

4-
<application>
4+
<application android:largeHeap="true">
55
<!--suppress AndroidDomInspection -->
66
<activity
77
android:name="dev.testify.ComposableTestActivity"
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest />
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3+
<application android:largeHeap="true" />
4+
</manifest>

Samples/Flix/src/debug/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
33

4-
<application>
4+
<application android:largeHeap="true">
55
<!--suppress AndroidDomInspection -->
66
<activity
77
android:name="dev.testify.ComposableTestActivity"

0 commit comments

Comments
 (0)