diff --git a/src/en/mangahere/build.gradle b/src/en/mangahere/build.gradle index 3c588239f..fea6cf3b5 100644 --- a/src/en/mangahere/build.gradle +++ b/src/en/mangahere/build.gradle @@ -5,7 +5,7 @@ ext { appName = 'Tachiyomi: Mangahere' pkgNameSuffix = 'en.mangahere' extClass = '.Mangahere' - extVersionCode = 6 + extVersionCode = 7 libVersion = '1.2' } diff --git a/src/en/mangahere/res/mipmap-hdpi/ic_launcher.png b/src/en/mangahere/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..46ae5585f Binary files /dev/null and b/src/en/mangahere/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/mangahere/res/mipmap-mdpi/ic_launcher.png b/src/en/mangahere/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..0a3a976b3 Binary files /dev/null and b/src/en/mangahere/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/mangahere/res/mipmap-xhdpi/ic_launcher.png b/src/en/mangahere/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..e28376d0c Binary files /dev/null and b/src/en/mangahere/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/mangahere/res/mipmap-xxhdpi/ic_launcher.png b/src/en/mangahere/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..b1b7ba6a0 Binary files /dev/null and b/src/en/mangahere/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/mangahere/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/mangahere/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..3e248a7c6 Binary files /dev/null and b/src/en/mangahere/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/en/mangahere/res/web_hi_res_512.png b/src/en/mangahere/res/web_hi_res_512.png new file mode 100644 index 000000000..b1ea1fd7a Binary files /dev/null and b/src/en/mangahere/res/web_hi_res_512.png differ