diff --git a/android/res/drawable/ic_launcher.png b/android/res/drawable/ic_launcher.png deleted file mode 100644 index 82f6fcba..00000000 Binary files a/android/res/drawable/ic_launcher.png and /dev/null differ diff --git a/android/res/drawable-hdpi/ic_launcher.png b/android/res/mipmap-hdpi/ic_launcher.png similarity index 100% rename from android/res/drawable-hdpi/ic_launcher.png rename to android/res/mipmap-hdpi/ic_launcher.png diff --git a/android/res/drawable-mdpi/ic_launcher.png b/android/res/mipmap-mdpi/ic_launcher.png similarity index 100% rename from android/res/drawable-mdpi/ic_launcher.png rename to android/res/mipmap-mdpi/ic_launcher.png diff --git a/android/res/drawable-xhdpi/ic_launcher.png b/android/res/mipmap-xhdpi/ic_launcher.png similarity index 100% rename from android/res/drawable-xhdpi/ic_launcher.png rename to android/res/mipmap-xhdpi/ic_launcher.png diff --git a/android/res/drawable-xxhdpi/ic_launcher.png b/android/res/mipmap-xxhdpi/ic_launcher.png similarity index 100% rename from android/res/drawable-xxhdpi/ic_launcher.png rename to android/res/mipmap-xxhdpi/ic_launcher.png diff --git a/android/res/drawable-xxxhdpi/ic_launcher.png b/android/res/mipmap-xxxhdpi/ic_launcher.png similarity index 100% rename from android/res/drawable-xxxhdpi/ic_launcher.png rename to android/res/mipmap-xxxhdpi/ic_launcher.png