diff --git a/src/en/cypherscans/build.gradle b/src/en/cypherscans/build.gradle index ca4f51058..cb947e063 100644 --- a/src/en/cypherscans/build.gradle +++ b/src/en/cypherscans/build.gradle @@ -2,8 +2,8 @@ ext { extName = 'Cypher Scans' extClass = '.CypherScans' themePkg = 'mangathemesia' - baseUrl = 'https://cypherscans.xyz' - overrideVersionCode = 0 + baseUrl = 'https://cypheroscans.xyz' + overrideVersionCode = 1 } apply from: "$rootDir/common.gradle" diff --git a/src/en/cypherscans/res/mipmap-hdpi/ic_launcher.png b/src/en/cypherscans/res/mipmap-hdpi/ic_launcher.png index 3f668cf68..fcdc5501b 100644 Binary files a/src/en/cypherscans/res/mipmap-hdpi/ic_launcher.png and b/src/en/cypherscans/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/cypherscans/res/mipmap-mdpi/ic_launcher.png b/src/en/cypherscans/res/mipmap-mdpi/ic_launcher.png index c5a19c971..ca0a19c41 100644 Binary files a/src/en/cypherscans/res/mipmap-mdpi/ic_launcher.png and b/src/en/cypherscans/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/cypherscans/res/mipmap-xhdpi/ic_launcher.png b/src/en/cypherscans/res/mipmap-xhdpi/ic_launcher.png index 1a46793a6..bc7dd2dbe 100644 Binary files a/src/en/cypherscans/res/mipmap-xhdpi/ic_launcher.png and b/src/en/cypherscans/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/cypherscans/res/mipmap-xxhdpi/ic_launcher.png b/src/en/cypherscans/res/mipmap-xxhdpi/ic_launcher.png index b4af8283b..e5f49d06d 100644 Binary files a/src/en/cypherscans/res/mipmap-xxhdpi/ic_launcher.png and b/src/en/cypherscans/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/cypherscans/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/cypherscans/res/mipmap-xxxhdpi/ic_launcher.png index 7388f0889..03618b664 100644 Binary files a/src/en/cypherscans/res/mipmap-xxxhdpi/ic_launcher.png and b/src/en/cypherscans/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/en/cypherscans/src/eu/kanade/tachiyomi/extension/en/cypherscans/CypherScans.kt b/src/en/cypherscans/src/eu/kanade/tachiyomi/extension/en/cypherscans/CypherScans.kt index dd25156b6..587764220 100644 --- a/src/en/cypherscans/src/eu/kanade/tachiyomi/extension/en/cypherscans/CypherScans.kt +++ b/src/en/cypherscans/src/eu/kanade/tachiyomi/extension/en/cypherscans/CypherScans.kt @@ -2,4 +2,4 @@ package eu.kanade.tachiyomi.extension.en.cypherscans import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia -class CypherScans : MangaThemesia("Cypher Scans", "https://cypherscans.xyz", "en") +class CypherScans : MangaThemesia("Cypher Scans", "https://cypheroscans.xyz", "en")