diff --git a/src/it/perveden/build.gradle b/src/it/perveden/build.gradle index b89387813..82129f59c 100644 --- a/src/it/perveden/build.gradle +++ b/src/it/perveden/build.gradle @@ -5,7 +5,7 @@ ext { appName = 'Tachiyomi: Perveden' pkgNameSuffix = 'it.perveden' extClass = '.Perveden' - extVersionCode = 1 + extVersionCode = 2 libVersion = '1.0' } diff --git a/src/it/perveden/res/mipmap-hdpi/ic_launcher.png b/src/it/perveden/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..773444ec5 Binary files /dev/null and b/src/it/perveden/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/it/perveden/res/mipmap-mdpi/ic_launcher.png b/src/it/perveden/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..a4b97dcfe Binary files /dev/null and b/src/it/perveden/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/it/perveden/res/mipmap-xhdpi/ic_launcher.png b/src/it/perveden/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..cdf36f539 Binary files /dev/null and b/src/it/perveden/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/it/perveden/res/mipmap-xxhdpi/ic_launcher.png b/src/it/perveden/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..90278a445 Binary files /dev/null and b/src/it/perveden/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/it/perveden/res/mipmap-xxxhdpi/ic_launcher.png b/src/it/perveden/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..0db019b95 Binary files /dev/null and b/src/it/perveden/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/it/perveden/res/web_hi_res_512.png b/src/it/perveden/res/web_hi_res_512.png new file mode 100644 index 000000000..1476a57af Binary files /dev/null and b/src/it/perveden/res/web_hi_res_512.png differ