diff options
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 |