Skip to content

Commit

Permalink
feat: large heapをonにした
Browse files Browse the repository at this point in the history
  • Loading branch information
pantasystem committed May 17, 2024
1 parent 4c478ee commit 62c63e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:ignore="AllowBackup,GoogleAppIndexingWarning">
tools:ignore="AllowBackup,GoogleAppIndexingWarning"
android:largeHeap="true"
>
<provider
android:name="androidx.startup.InitializationProvider"
android:authorities="${applicationId}.androidx-startup"
Expand Down

0 comments on commit 62c63e9

Please sign in to comment.