diff --git a/multisrc/overrides/mangadventure/assortedscans/res/mipmap-hdpi/ic_launcher.png b/multisrc/overrides/mangadventure/assortedscans/res/mipmap-hdpi/ic_launcher.png index b0819702a..27b8f6aa6 100644 Binary files a/multisrc/overrides/mangadventure/assortedscans/res/mipmap-hdpi/ic_launcher.png and b/multisrc/overrides/mangadventure/assortedscans/res/mipmap-hdpi/ic_launcher.png differ diff --git a/multisrc/overrides/mangadventure/assortedscans/res/mipmap-mdpi/ic_launcher.png b/multisrc/overrides/mangadventure/assortedscans/res/mipmap-mdpi/ic_launcher.png index 85ef92fa1..1b3d795e8 100644 Binary files a/multisrc/overrides/mangadventure/assortedscans/res/mipmap-mdpi/ic_launcher.png and b/multisrc/overrides/mangadventure/assortedscans/res/mipmap-mdpi/ic_launcher.png differ diff --git a/multisrc/overrides/mangadventure/assortedscans/res/mipmap-xhdpi/ic_launcher.png b/multisrc/overrides/mangadventure/assortedscans/res/mipmap-xhdpi/ic_launcher.png index db65fa200..51889a88e 100644 Binary files a/multisrc/overrides/mangadventure/assortedscans/res/mipmap-xhdpi/ic_launcher.png and b/multisrc/overrides/mangadventure/assortedscans/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/multisrc/overrides/mangadventure/assortedscans/res/mipmap-xxhdpi/ic_launcher.png b/multisrc/overrides/mangadventure/assortedscans/res/mipmap-xxhdpi/ic_launcher.png index 13b242ef4..f77969e13 100644 Binary files a/multisrc/overrides/mangadventure/assortedscans/res/mipmap-xxhdpi/ic_launcher.png and b/multisrc/overrides/mangadventure/assortedscans/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/multisrc/overrides/mangadventure/assortedscans/res/mipmap-xxxhdpi/ic_launcher.png b/multisrc/overrides/mangadventure/assortedscans/res/mipmap-xxxhdpi/ic_launcher.png index c31fc5eb8..d5d89717a 100644 Binary files a/multisrc/overrides/mangadventure/assortedscans/res/mipmap-xxxhdpi/ic_launcher.png and b/multisrc/overrides/mangadventure/assortedscans/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/multisrc/overrides/mangadventure/assortedscans/res/web_hi_res_512.png b/multisrc/overrides/mangadventure/assortedscans/res/web_hi_res_512.png index 471c61e9e..27b537534 100644 Binary files a/multisrc/overrides/mangadventure/assortedscans/res/web_hi_res_512.png and b/multisrc/overrides/mangadventure/assortedscans/res/web_hi_res_512.png differ diff --git a/multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/mangadventure/MangAdventureGenerator.kt b/multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/mangadventure/MangAdventureGenerator.kt index 66695eac6..223ace7f9 100644 --- a/multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/mangadventure/MangAdventureGenerator.kt +++ b/multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/mangadventure/MangAdventureGenerator.kt @@ -13,7 +13,7 @@ class MangAdventureGenerator : ThemeSourceGenerator { override val sources = listOf( SingleLang("Arc-Relight", "https://arc-relight.com", "en", className = "ArcRelight"), - SingleLang("Assorted Scans", "https://assortedscans.com", "en", overrideVersionCode = 1), + SingleLang("Assorted Scans", "https://assortedscans.com", "en", overrideVersionCode = 2), ) companion object {