diff --git a/src/ru/comx/build.gradle b/src/ru/comx/build.gradle index 066003e84..476e6c5dd 100644 --- a/src/ru/comx/build.gradle +++ b/src/ru/comx/build.gradle @@ -5,7 +5,7 @@ ext { appName = 'Tachiyomi: ComX' pkgNameSuffix = 'ru.comx' extClass = '.ComX' - extVersionCode = 2 + extVersionCode = 3 libVersion = '1.2' } diff --git a/src/ru/comx/res/mipmap-hdpi/ic_launcher.png b/src/ru/comx/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..e2c0b05e1 Binary files /dev/null and b/src/ru/comx/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/ru/comx/res/mipmap-mdpi/ic_launcher.png b/src/ru/comx/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..031b074a9 Binary files /dev/null and b/src/ru/comx/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/ru/comx/res/mipmap-xhdpi/ic_launcher.png b/src/ru/comx/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..848e5202c Binary files /dev/null and b/src/ru/comx/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/ru/comx/res/mipmap-xxhdpi/ic_launcher.png b/src/ru/comx/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..6b9f31cdb Binary files /dev/null and b/src/ru/comx/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/ru/comx/res/mipmap-xxxhdpi/ic_launcher.png b/src/ru/comx/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..080e0d0cc Binary files /dev/null and b/src/ru/comx/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/ru/comx/res/web_hi_res_512.png b/src/ru/comx/res/web_hi_res_512.png new file mode 100644 index 000000000..cee1d04b3 Binary files /dev/null and b/src/ru/comx/res/web_hi_res_512.png differ