From d7e1e2a4486ad749c335a46299f60e7e3c3fdeab Mon Sep 17 00:00:00 2001 From: stevenyomi <95685115+stevenyomi@users.noreply.github.com> Date: Tue, 13 Feb 2024 21:58:07 +0000 Subject: [PATCH] Coco Rip: fix launcher icons (#1239) --- .../res/{res => }/mipmap-hdpi/ic_launcher.png | Bin .../res/{res => }/mipmap-mdpi/ic_launcher.png | Bin .../res/{res => }/mipmap-xhdpi/ic_launcher.png | Bin .../res/{res => }/mipmap-xxhdpi/ic_launcher.png | Bin .../res/{res => }/mipmap-xxxhdpi/ic_launcher.png | Bin 5 files changed, 0 insertions(+), 0 deletions(-) rename src/es/cocorip/res/{res => }/mipmap-hdpi/ic_launcher.png (100%) rename src/es/cocorip/res/{res => }/mipmap-mdpi/ic_launcher.png (100%) rename src/es/cocorip/res/{res => }/mipmap-xhdpi/ic_launcher.png (100%) rename src/es/cocorip/res/{res => }/mipmap-xxhdpi/ic_launcher.png (100%) rename src/es/cocorip/res/{res => }/mipmap-xxxhdpi/ic_launcher.png (100%) diff --git a/src/es/cocorip/res/res/mipmap-hdpi/ic_launcher.png b/src/es/cocorip/res/mipmap-hdpi/ic_launcher.png similarity index 100% rename from src/es/cocorip/res/res/mipmap-hdpi/ic_launcher.png rename to src/es/cocorip/res/mipmap-hdpi/ic_launcher.png diff --git a/src/es/cocorip/res/res/mipmap-mdpi/ic_launcher.png b/src/es/cocorip/res/mipmap-mdpi/ic_launcher.png similarity index 100% rename from src/es/cocorip/res/res/mipmap-mdpi/ic_launcher.png rename to src/es/cocorip/res/mipmap-mdpi/ic_launcher.png diff --git a/src/es/cocorip/res/res/mipmap-xhdpi/ic_launcher.png b/src/es/cocorip/res/mipmap-xhdpi/ic_launcher.png similarity index 100% rename from src/es/cocorip/res/res/mipmap-xhdpi/ic_launcher.png rename to src/es/cocorip/res/mipmap-xhdpi/ic_launcher.png diff --git a/src/es/cocorip/res/res/mipmap-xxhdpi/ic_launcher.png b/src/es/cocorip/res/mipmap-xxhdpi/ic_launcher.png similarity index 100% rename from src/es/cocorip/res/res/mipmap-xxhdpi/ic_launcher.png rename to src/es/cocorip/res/mipmap-xxhdpi/ic_launcher.png diff --git a/src/es/cocorip/res/res/mipmap-xxxhdpi/ic_launcher.png b/src/es/cocorip/res/mipmap-xxxhdpi/ic_launcher.png similarity index 100% rename from src/es/cocorip/res/res/mipmap-xxxhdpi/ic_launcher.png rename to src/es/cocorip/res/mipmap-xxxhdpi/ic_launcher.png