chore(cleanup): App launcher and non-vector asset cleanup (#2721)

This commit is contained in:
Phil Oliver 2025-08-14 15:34:13 -04:00 committed by GitHub
parent b2151d93be
commit aafb118148
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
40 changed files with 26 additions and 39 deletions

View file

@ -100,9 +100,8 @@
android:allowBackup="false"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="false"
android:icon="@mipmap/ic_launcher2"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher2_round"
android:supportsRtl="true"
android:hardwareAccelerated="true"
android:theme="@style/AppTheme"