diff options
| author | xengineering <me@xengineering.eu> | 2026-03-04 21:20:00 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-03-04 21:20:00 +0100 |
| commit | c0bbe1d4b5c9e84c2cf71bcbdac9e647537cad83 (patch) | |
| tree | 983bf68deb423bce02df165a0de2fc4398704079 /android/app/src/main/AndroidManifest.xml | |
| parent | 78ebcc0a772ec276de05b9344c9754ad48e75009 (diff) | |
| download | sia-app-c0bbe1d4b5c9e84c2cf71bcbdac9e647537cad83.tar sia-app-c0bbe1d4b5c9e84c2cf71bcbdac9e647537cad83.tar.zst sia-app-c0bbe1d4b5c9e84c2cf71bcbdac9e647537cad83.zip | |
Run flutter_launcher_icons
This propagates icon files to the Android-specific source tree.
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 13a4f47..0b2ea84 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -3,7 +3,7 @@ <application android:label="Sia" android:name="${applicationName}" - android:icon="@mipmap/ic_launcher"> + android:icon="@mipmap/launcher_icon"> <activity android:name=".MainActivity" android:exported="true" |
