Add adaptive icons for Android and update app name

This commit is contained in:
Márton Braun
2021-08-18 11:40:06 +02:00
parent 9658100e91
commit dca59e0977
15 changed files with 34 additions and 1 deletions
@@ -10,8 +10,9 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<application
android:name=".Application"
android:label="ChatSample"
android:label="Chat Sample Flutter"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:requestLegacyExternalStorage="true"
>
<activity