mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-12-25 23:59:32 -05:00
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:
commit
564447ec98
@ -3,8 +3,7 @@
|
||||
<application
|
||||
android:label="VeilidChat"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:roundIcon="@mipmap/ic_launcher_rounded">
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
|
Loading…
Reference in New Issue
Block a user