commenting out mipmap fields for now

This commit is contained in:
Linden Crandall 2023-06-20 16:32:53 +09:00
parent 02a9c3c629
commit dc5b3d168a

View File

@ -2,11 +2,14 @@
<uses-permission android:name="android.permission.INTERNET" />
<!-- TODO: add mipmap icon directories when created
and set these fields in the application tag below:
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
-->
<application
android:name=".MainApplication"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:allowBackup="false"
android:theme="@style/AppTheme">
<activity