Skip to content

Commit 229a8b7

Browse files
committed
Enable largeHeap
1 parent 23a06cb commit 229a8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/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
<activity android:name=".TestActivity" />
66
</application>
77

0 commit comments

Comments
 (0)