mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
These are a useless annoyance See: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
13 lines
406 B
XML
13 lines
406 B
XML
<!--
|
|
~ Copyright © Harsh Shandilya.
|
|
~ Use of this source code is governed by an MIT-style
|
|
~ license that can be found in the LICENSE file or at
|
|
~ https://opensource.org/licenses/MIT.
|
|
-->
|
|
<manifest
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<!-- Performing the heap growth analysis in process requires more heap. -->
|
|
<application
|
|
android:largeHeap="true"/>
|
|
</manifest>
|