From 720c73d9fbe2c23c7e5cc3d2e9d4773f1f42535e Mon Sep 17 00:00:00 2001
From: Bnyro <82752168+Bnyro@users.noreply.github.com>
Date: Wed, 19 Oct 2022 13:59:07 +0200
Subject: [PATCH] Add support for monochrome icon (A13+) (#267)
---
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 1 +
app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
index 7353dbd..7005cb8 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -2,4 +2,5 @@
+
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
index 7353dbd..7005cb8 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -2,4 +2,5 @@
+
\ No newline at end of file