diff options
author | Orangerot <purple@orangerot.dev> | 2025-01-11 17:14:41 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2025-01-11 17:14:41 +0100 |
commit | f98162b6d8ed70e571440c539ef053dce09f704d (patch) | |
tree | 6bf66d7ca4aa17977cda058d1b8ba1fdf405aa15 /android/app/src/main/AndroidManifest.xml | |
parent | 86dfc815cde6a0072776b4cc89c250dbd3f47214 (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.xml | 2 |
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 |