diff --git a/src/en/twistmoe/build.gradle b/src/en/twistmoe/build.gradle index 987e772b4..82b039c22 100644 --- a/src/en/twistmoe/build.gradle +++ b/src/en/twistmoe/build.gradle @@ -5,7 +5,7 @@ ext { extName = 'twist.moe' pkgNameSuffix = 'en.twistmoe' extClass = '.TwistMoe' - extVersionCode = 3 + extVersionCode = 4 libVersion = '12' } dependencies { diff --git a/src/en/twistmoe/res/mipmap-hdpi/ic_launcher.png b/src/en/twistmoe/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..16e80a785 Binary files /dev/null and b/src/en/twistmoe/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/twistmoe/res/mipmap-mdpi/ic_launcher.png b/src/en/twistmoe/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..0940921a9 Binary files /dev/null and b/src/en/twistmoe/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/twistmoe/res/mipmap-xhdpi/ic_launcher.png b/src/en/twistmoe/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..27211d2cc Binary files /dev/null and b/src/en/twistmoe/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/twistmoe/res/mipmap-xxhdpi/ic_launcher.png b/src/en/twistmoe/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..61433fe56 Binary files /dev/null and b/src/en/twistmoe/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/twistmoe/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/twistmoe/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..45b672e49 Binary files /dev/null and b/src/en/twistmoe/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/en/twistmoe/res/web_hi_res_512.png b/src/en/twistmoe/res/web_hi_res_512.png new file mode 100644 index 000000000..5437a3774 Binary files /dev/null and b/src/en/twistmoe/res/web_hi_res_512.png differ