Mark Unciv as an application that may use more memory than usual (#6819)

This commit is contained in:
Timo T 2022-05-15 18:30:48 +02:00 committed by GitHub
parent ef08bda50d
commit e53303b249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@
android:roundIcon="@mipmap/uncivicon_round"
android:label="@string/app_name"
android:isGame="true"
android:largeHeap="true"
android:appCategory="game"
android:banner="@drawable/banner"
android:theme="@style/GdxTheme" >