Skip to content

Commit

Permalink
💄 Correctly address icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Jul 14, 2024
1 parent 52e9901 commit 09dedbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/credit"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@mipmap/credit_round"
android:supportsRtl="true"
android:theme="@style/Theme.SmartTap"
tools:targetApi="31">
Expand Down
File renamed without changes

0 comments on commit 09dedbd

Please sign in to comment.