diff --git a/src/en/mangahasu/build.gradle b/src/en/mangahasu/build.gradle index b1be279b1..08d79b2ca 100644 --- a/src/en/mangahasu/build.gradle +++ b/src/en/mangahasu/build.gradle @@ -5,7 +5,7 @@ ext { appName = 'Tachiyomi: Mangahasu' pkgNameSuffix = 'en.mangahasu' extClass = '.Mangahasu' - extVersionCode = 3 + extVersionCode = 4 libVersion = '1.2' } diff --git a/src/en/mangahasu/res/mipmap-hdpi/ic_launcher.png b/src/en/mangahasu/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..cc434ca65 Binary files /dev/null and b/src/en/mangahasu/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/mangahasu/res/mipmap-mdpi/ic_launcher.png b/src/en/mangahasu/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..e4d5147b3 Binary files /dev/null and b/src/en/mangahasu/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/mangahasu/res/mipmap-xhdpi/ic_launcher.png b/src/en/mangahasu/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..8ba900d5b Binary files /dev/null and b/src/en/mangahasu/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/mangahasu/res/mipmap-xxhdpi/ic_launcher.png b/src/en/mangahasu/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..d740a6fa9 Binary files /dev/null and b/src/en/mangahasu/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/mangahasu/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/mangahasu/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..c68f6c974 Binary files /dev/null and b/src/en/mangahasu/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/en/mangahasu/res/web_hi_res_512.png b/src/en/mangahasu/res/web_hi_res_512.png new file mode 100644 index 000000000..dc4573fc6 Binary files /dev/null and b/src/en/mangahasu/res/web_hi_res_512.png differ