diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-27 13:25:15 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-27 13:25:15 -0500 |
| commit | b96491034b27ba614cb465e0d7bf92e855b95fff (patch) | |
| tree | aabc379ddaef46dc323b4b0f5087b0461936e8cd /android/app/src/main/AndroidManifest.xml | |
| parent | 5ef290f3fe7bac7cad26aae16d884cd23dce0e30 (diff) | |
Add icon
Diffstat (limited to 'android/app/src/main/AndroidManifest.xml')
| -rwxr-xr-x | 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 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
|
