diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2022-09-18 21:51:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-18 21:51:56 +0200 |
commit | bd0f54dbf6b615c5b4098de35811c4c2d69cfb1e (patch) | |
tree | bfc7a8ef4875191047072720ebeea02a2af8dc55 /app | |
parent | 261c7982defc86607a45acaba01c913abe0e6582 (diff) | |
parent | bbea9c990c0b6b8b8bfedfda8b9a3ed252f55bdf (diff) | |
download | AntennaPod-bd0f54dbf6b615c5b4098de35811c4c2d69cfb1e.zip |
Merge pull request #6082 from TacoTheDank/deleteRedundantIcon
Delete redundant round app icons
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 021fe4c9e..d888d8d99 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -31,7 +31,7 @@ <application android:name="de.danoeh.antennapod.PodcastApp" android:icon="@mipmap/ic_launcher" - android:roundIcon="@mipmap/ic_launcher_round" + android:roundIcon="@mipmap/ic_launcher" android:label="@string/app_name" android:backupAgent=".core.backup.OpmlBackupAgent" android:restoreAnyVersion="true" |