Merge branch 'salvatoret/6/remove-roundedIcon-reference' into 'main'

Remove non-existent `roundIcon` reference

Closes #6

See merge request veilid/veilidchat!5
This commit is contained in:
Christien Rioux 2023-10-03 18:05:21 +00:00
commit 564447ec98

View File

@ -3,8 +3,7 @@
<application <application
android:label="VeilidChat" android:label="VeilidChat"
android:name="${applicationName}" android:name="${applicationName}"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher">
android:roundIcon="@mipmap/ic_launcher_rounded">
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:exported="true" android:exported="true"