diff --git a/src/ko/jmana/build.gradle b/src/ko/jmana/build.gradle index ad60a3d0e..26750e9eb 100644 --- a/src/ko/jmana/build.gradle +++ b/src/ko/jmana/build.gradle @@ -5,7 +5,7 @@ ext { appName = 'Tachiyomi: JMana' pkgNameSuffix = 'ko.jmana' extClass = '.JMana' - extVersionCode = 1 + extVersionCode = 2 libVersion = '1.2' } diff --git a/src/ko/jmana/res/mipmap-hdpi/ic_launcher.png b/src/ko/jmana/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..c94effc07 Binary files /dev/null and b/src/ko/jmana/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/ko/jmana/res/mipmap-mdpi/ic_launcher.png b/src/ko/jmana/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..affd710a9 Binary files /dev/null and b/src/ko/jmana/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/ko/jmana/res/mipmap-xhdpi/ic_launcher.png b/src/ko/jmana/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..412985531 Binary files /dev/null and b/src/ko/jmana/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/ko/jmana/res/mipmap-xxhdpi/ic_launcher.png b/src/ko/jmana/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..75afb889a Binary files /dev/null and b/src/ko/jmana/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/ko/jmana/res/mipmap-xxxhdpi/ic_launcher.png b/src/ko/jmana/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..d0aee221a Binary files /dev/null and b/src/ko/jmana/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/ko/jmana/res/web_hi_res_512.png b/src/ko/jmana/res/web_hi_res_512.png new file mode 100644 index 000000000..1375e37eb Binary files /dev/null and b/src/ko/jmana/res/web_hi_res_512.png differ