feat(android): use exact Mendoza presentation launcher icon

This commit is contained in:
2026-09-10 15:28:18 -03:00
parent ea6a9fb836
commit dd0c9f461b
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
<application
android:allowBackup="false"
android:icon="@drawable/ic_mendoza_launcher"
android:roundIcon="@drawable/ic_mendoza_launcher"
android:icon="@drawable/ic_mendoza_launcher_exact"
android:roundIcon="@drawable/ic_mendoza_launcher_exact"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.DHInspeccion"