feat: отображаемое имя приложения с большой буквы

This commit is contained in:
klockky
2026-05-27 17:23:44 +00:00
parent ccc93f9e62
commit be928f8c1a
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC"/>
<application
android:label="komet"
android:label="Komet"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity