From 31d960669a5b2ec09ede05dec81d2a273c6c3437 Mon Sep 17 00:00:00 2001 From: Tiger Oakes Date: Fri, 8 Nov 2019 14:11:32 -0800 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/6255 - Fix beta icon filenames (https://github.com/mozilla-mobile/fenix/pull/6407) --- ...{ic_launcher-round.png => ic_launcher_round.png} | Bin ...{ic_launcher-round.png => ic_launcher_round.png} | Bin ...{ic_launcher-round.png => ic_launcher_round.png} | Bin ...{ic_launcher-round.png => ic_launcher_round.png} | Bin ...{ic_launcher-round.png => ic_launcher_round.png} | Bin 5 files changed, 0 insertions(+), 0 deletions(-) rename app/src/fenixBeta/res/mipmap-hdpi/{ic_launcher-round.png => ic_launcher_round.png} (100%) rename app/src/fenixBeta/res/mipmap-mdpi/{ic_launcher-round.png => ic_launcher_round.png} (100%) rename app/src/fenixBeta/res/mipmap-xhdpi/{ic_launcher-round.png => ic_launcher_round.png} (100%) rename app/src/fenixBeta/res/mipmap-xxhdpi/{ic_launcher-round.png => ic_launcher_round.png} (100%) rename app/src/fenixBeta/res/mipmap-xxxhdpi/{ic_launcher-round.png => ic_launcher_round.png} (100%) diff --git a/app/src/fenixBeta/res/mipmap-hdpi/ic_launcher-round.png b/app/src/fenixBeta/res/mipmap-hdpi/ic_launcher_round.png similarity index 100% rename from app/src/fenixBeta/res/mipmap-hdpi/ic_launcher-round.png rename to app/src/fenixBeta/res/mipmap-hdpi/ic_launcher_round.png diff --git a/app/src/fenixBeta/res/mipmap-mdpi/ic_launcher-round.png b/app/src/fenixBeta/res/mipmap-mdpi/ic_launcher_round.png similarity index 100% rename from app/src/fenixBeta/res/mipmap-mdpi/ic_launcher-round.png rename to app/src/fenixBeta/res/mipmap-mdpi/ic_launcher_round.png diff --git a/app/src/fenixBeta/res/mipmap-xhdpi/ic_launcher-round.png b/app/src/fenixBeta/res/mipmap-xhdpi/ic_launcher_round.png similarity index 100% rename from app/src/fenixBeta/res/mipmap-xhdpi/ic_launcher-round.png rename to app/src/fenixBeta/res/mipmap-xhdpi/ic_launcher_round.png diff --git a/app/src/fenixBeta/res/mipmap-xxhdpi/ic_launcher-round.png b/app/src/fenixBeta/res/mipmap-xxhdpi/ic_launcher_round.png similarity index 100% rename from app/src/fenixBeta/res/mipmap-xxhdpi/ic_launcher-round.png rename to app/src/fenixBeta/res/mipmap-xxhdpi/ic_launcher_round.png diff --git a/app/src/fenixBeta/res/mipmap-xxxhdpi/ic_launcher-round.png b/app/src/fenixBeta/res/mipmap-xxxhdpi/ic_launcher_round.png similarity index 100% rename from app/src/fenixBeta/res/mipmap-xxxhdpi/ic_launcher-round.png rename to app/src/fenixBeta/res/mipmap-xxxhdpi/ic_launcher_round.png