summaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2022-09-14 18:01:39 -0400
committerTacoTheDank <SkytkRSfan3895@gmail.com>2022-09-14 18:01:39 -0400
commitbbea9c990c0b6b8b8bfedfda8b9a3ed252f55bdf (patch)
tree67c2bc8d6bc89cc8cc30be18f83b78ad7f9497a4 /app/src/main
parent6f67d6905ae7ae7b49912bda3a72b422c0f873c9 (diff)
downloadAntennaPod-bbea9c990c0b6b8b8bfedfda8b9a3ed252f55bdf.zip
Delete redundant round app icon
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 87375c9fc..42bb6c94c 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"