app: switch to new adaptive icon

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-11-12 15:58:28 +05:30
parent 9eae76442f
commit b4ff025836
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
26 changed files with 12 additions and 2 deletions

View file

@ -7,9 +7,9 @@
<application
android:name=".Application"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@drawable/ic_launcher_round"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.MaterialComponents">
<activity