diff --git a/src/id/neumanga/build.gradle b/src/id/neumanga/build.gradle index f2d226882..a5d370d4e 100644 --- a/src/id/neumanga/build.gradle +++ b/src/id/neumanga/build.gradle @@ -5,7 +5,7 @@ ext { appName = 'Tachiyomi: Neumanga' pkgNameSuffix = 'id.neumanga' extClass = '.Neumanga' - extVersionCode = 1 + extVersionCode = 2 libVersion = '1.0' } diff --git a/src/id/neumanga/res/mipmap-hdpi/ic_launcher.png b/src/id/neumanga/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..690a9c3fc Binary files /dev/null and b/src/id/neumanga/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/id/neumanga/res/mipmap-mdpi/ic_launcher.png b/src/id/neumanga/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..eca876f71 Binary files /dev/null and b/src/id/neumanga/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/id/neumanga/res/mipmap-xhdpi/ic_launcher.png b/src/id/neumanga/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..18b3a8784 Binary files /dev/null and b/src/id/neumanga/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/id/neumanga/res/mipmap-xxhdpi/ic_launcher.png b/src/id/neumanga/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..64734d04a Binary files /dev/null and b/src/id/neumanga/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/id/neumanga/res/mipmap-xxxhdpi/ic_launcher.png b/src/id/neumanga/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..eb7ba7b61 Binary files /dev/null and b/src/id/neumanga/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/id/neumanga/res/web_hi_res_512.png b/src/id/neumanga/res/web_hi_res_512.png new file mode 100644 index 000000000..a4b465378 Binary files /dev/null and b/src/id/neumanga/res/web_hi_res_512.png differ