Adjust app label and window title

This commit is contained in:
zontreck 2025-03-14 21:09:23 -07:00
parent c2f3701c8c
commit 847fd65fae
3 changed files with 53 additions and 35 deletions

View file

@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="bugvault"
android:label="BugVault"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity