From 16a8b7f75809da47c498f8381c923d46ed9319ba Mon Sep 17 00:00:00 2001 From: mrtear <91820779+mrtear@users.noreply.github.com> Date: Fri, 7 Feb 2025 20:58:27 +0500 Subject: [PATCH] RichtoScan: Update Domain (#7536) * Bump * Update URL --- src/es/richtoscan/build.gradle | 4 ++-- .../eu/kanade/tachiyomi/extension/es/richtoscan/RichtoScan.kt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/es/richtoscan/build.gradle b/src/es/richtoscan/build.gradle index 34a006188..cbbefc2df 100644 --- a/src/es/richtoscan/build.gradle +++ b/src/es/richtoscan/build.gradle @@ -2,8 +2,8 @@ ext { extName = 'RichtoScan' extClass = '.RichtoScan' themePkg = 'madara' - baseUrl = 'https://richtoscan.com' - overrideVersionCode = 0 + baseUrl = 'https://r1.richtoon.top' + overrideVersionCode = 1 } apply from: "$rootDir/common.gradle" diff --git a/src/es/richtoscan/src/eu/kanade/tachiyomi/extension/es/richtoscan/RichtoScan.kt b/src/es/richtoscan/src/eu/kanade/tachiyomi/extension/es/richtoscan/RichtoScan.kt index 6c812c041..a57227af6 100644 --- a/src/es/richtoscan/src/eu/kanade/tachiyomi/extension/es/richtoscan/RichtoScan.kt +++ b/src/es/richtoscan/src/eu/kanade/tachiyomi/extension/es/richtoscan/RichtoScan.kt @@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit class RichtoScan : Madara( "RichtoScan", - "https://richtoscan.com", + "https://r1.richtoon.top", "es", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.ROOT), ) {