mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-02-23 00:09:55 -05:00
Remove non-existent roundIcon
reference
Closes https://gitlab.com/veilid/veilidchat/-/issues/6
This commit is contained in:
parent
268b86d131
commit
ece0971a6f
@ -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…
x
Reference in New Issue
Block a user