summaryrefslogtreecommitdiff
path: root/android/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2025-12-27 13:25:15 -0500
committerMica White <botahamec@outlook.com>2025-12-27 13:25:15 -0500
commitb96491034b27ba614cb465e0d7bf92e855b95fff (patch)
treeaabc379ddaef46dc323b4b0f5087b0461936e8cd /android/app/src/main/AndroidManifest.xml
parent5ef290f3fe7bac7cad26aae16d884cd23dce0e30 (diff)
Add icon
Diffstat (limited to 'android/app/src/main/AndroidManifest.xml')
-rwxr-xr-xandroid/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 d9ddeeb..791c3b7 100755
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
- android:label="speedometer"
+ android:label="Simple Speedometer"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity