Add:Monochrome app icon & capitalize app name #786

This commit is contained in:
advplyr
2023-11-22 14:00:55 -06:00
parent 164fd92a18
commit 2bfe548c52
7 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -15,10 +15,10 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:networkSecurityConfig="@xml/network_security_config"
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"