summaryrefslogtreecommitdiff
path: root/android/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2025-01-11 17:14:41 +0100
committerOrangerot <purple@orangerot.dev>2025-01-11 17:14:41 +0100
commitf98162b6d8ed70e571440c539ef053dce09f704d (patch)
tree6bf66d7ca4aa17977cda058d1b8ba1fdf405aa15 /android/app/src/main/AndroidManifest.xml
parent86dfc815cde6a0072776b4cc89c250dbd3f47214 (diff)
feat: add launcher name and launcher icon
Diffstat (limited to 'android/app/src/main/AndroidManifest.xml')
-rw-r--r--android/app/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 814f033..0ba4ed0 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -17,7 +17,7 @@
<uses-feature android:name="android.hardware.bluetooth_le" android:required="true" />
<application
- android:label="sense_the_rhythm"
+ android:label="Sense the Rhythm"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity