diff --git a/src/en/hahomoe/build.gradle b/src/en/hahomoe/build.gradle index 3a420d10e..1a346bea4 100644 --- a/src/en/hahomoe/build.gradle +++ b/src/en/hahomoe/build.gradle @@ -5,7 +5,7 @@ ext { extName = 'haho.moe' pkgNameSuffix = 'en.hahomoe' extClass = '.HahoMoe' - extVersionCode = 1 + extVersionCode = 2 libVersion = '12' containsNsfw = true } diff --git a/src/en/hahomoe/res/mipmap-hdpi/ic_launcher.png b/src/en/hahomoe/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..ff7c84860 Binary files /dev/null and b/src/en/hahomoe/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/hahomoe/res/mipmap-mdpi/ic_launcher.png b/src/en/hahomoe/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..e742d0e7d Binary files /dev/null and b/src/en/hahomoe/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/hahomoe/res/mipmap-xhdpi/ic_launcher.png b/src/en/hahomoe/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..15dfdb14f Binary files /dev/null and b/src/en/hahomoe/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/hahomoe/res/mipmap-xxhdpi/ic_launcher.png b/src/en/hahomoe/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..19a4c9cdc Binary files /dev/null and b/src/en/hahomoe/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/hahomoe/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/hahomoe/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..02676d2b6 Binary files /dev/null and b/src/en/hahomoe/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/en/hahomoe/res/web_hi_res_512.png b/src/en/hahomoe/res/web_hi_res_512.png new file mode 100644 index 000000000..0fe6a6225 Binary files /dev/null and b/src/en/hahomoe/res/web_hi_res_512.png differ