RichtoScan: Update Domain (#7536)

* Bump

* Update URL
This commit is contained in:
mrtear 2025-02-07 20:58:27 +05:00 committed by Draff
parent b5e9d35b0b
commit 16a8b7f758
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'RichtoScan' extName = 'RichtoScan'
extClass = '.RichtoScan' extClass = '.RichtoScan'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://richtoscan.com' baseUrl = 'https://r1.richtoon.top'
overrideVersionCode = 0 overrideVersionCode = 1
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit
class RichtoScan : Madara( class RichtoScan : Madara(
"RichtoScan", "RichtoScan",
"https://richtoscan.com", "https://r1.richtoon.top",
"es", "es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.ROOT), dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.ROOT),
) { ) {