This commit is contained in:
Christien Rioux 2023-10-09 16:53:21 -04:00
parent ee94f6622c
commit 14b9786fa6

View file

@ -2,7 +2,8 @@
<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"