diff --git a/src/en/tapastic/build.gradle b/src/en/tapastic/build.gradle index 14de6ede8..b3a3fa558 100644 --- a/src/en/tapastic/build.gradle +++ b/src/en/tapastic/build.gradle @@ -5,7 +5,7 @@ ext { appName = 'Tachiyomi: Tapastic' pkgNameSuffix = 'en.tapastic' extClass = '.Tapastic' - extVersionCode = 2 + extVersionCode = 3 libVersion = '1.0' } diff --git a/src/en/tapastic/res/mipmap-hdpi/ic_launcher.png b/src/en/tapastic/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..c1b0d1ce7 Binary files /dev/null and b/src/en/tapastic/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/tapastic/res/mipmap-mdpi/ic_launcher.png b/src/en/tapastic/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..7fb9d7e17 Binary files /dev/null and b/src/en/tapastic/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/tapastic/res/mipmap-xhdpi/ic_launcher.png b/src/en/tapastic/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..18c520d8e Binary files /dev/null and b/src/en/tapastic/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/tapastic/res/mipmap-xxhdpi/ic_launcher.png b/src/en/tapastic/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..ad0e42dda Binary files /dev/null and b/src/en/tapastic/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/tapastic/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/tapastic/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..0829333f3 Binary files /dev/null and b/src/en/tapastic/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/en/tapastic/res/web_hi_res_512.png b/src/en/tapastic/res/web_hi_res_512.png new file mode 100644 index 000000000..ff6176814 Binary files /dev/null and b/src/en/tapastic/res/web_hi_res_512.png differ