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), ) {