From 9649b8ee259cdccaaaa7474c94e8d14ee96f466a Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Thu, 22 Dec 2022 13:02:42 +0100 Subject: [PATCH] Remove duplicate 48 icon from Android sizes This size is already specified under BROWSER_SIZES. --- app/images/icons/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/images/icons/Makefile b/app/images/icons/Makefile index 490735c9..fff7e474 100644 --- a/app/images/icons/Makefile +++ b/app/images/icons/Makefile @@ -1,5 +1,5 @@ BROWSER_SIZES := 16 24 32 48 64 -ANDROID_SIZES := 48 72 96 144 192 +ANDROID_SIZES := 72 96 144 192 IPHONE_SIZES := 60 120 IPAD_SIZES := 76 152