mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-27 00:15:26 -04: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
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue