diff --git a/src/en/mangastream/build.gradle b/src/en/mangastream/build.gradle index 46c693a45..e6451c909 100644 --- a/src/en/mangastream/build.gradle +++ b/src/en/mangastream/build.gradle @@ -5,7 +5,7 @@ ext { appName = 'Tachiyomi: Mangastream' pkgNameSuffix = 'en.mangastream' extClass = '.Mangastream' - extVersionCode = 2 + extVersionCode = 3 libVersion = '1.0' } diff --git a/src/en/mangastream/res/mipmap-hdpi/ic_launcher.png b/src/en/mangastream/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..5dbb3fbb2 Binary files /dev/null and b/src/en/mangastream/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/mangastream/res/mipmap-mdpi/ic_launcher.png b/src/en/mangastream/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..7dffe8a92 Binary files /dev/null and b/src/en/mangastream/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/mangastream/res/mipmap-xhdpi/ic_launcher.png b/src/en/mangastream/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..b4d653759 Binary files /dev/null and b/src/en/mangastream/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/mangastream/res/mipmap-xxhdpi/ic_launcher.png b/src/en/mangastream/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..6e9c2cc5c Binary files /dev/null and b/src/en/mangastream/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/mangastream/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/mangastream/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..b265e8412 Binary files /dev/null and b/src/en/mangastream/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/en/mangastream/res/web_hi_res_512.png b/src/en/mangastream/res/web_hi_res_512.png new file mode 100644 index 000000000..9a1b44eba Binary files /dev/null and b/src/en/mangastream/res/web_hi_res_512.png differ