RightdarkScan: Update domain (#2602)

Update domain
This commit is contained in:
bapeey 2024-04-27 03:49:56 -05:00 committed by Draff
parent 4f18cd9fb1
commit dd5afb8bfc
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Rightdark Scan'
extClass = '.RightdarkScan'
themePkg = 'madara'
baseUrl = 'https://rightdark-scan.com'
overrideVersionCode = 0
baseUrl = 'https://darken-scan.com'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

View File

@ -7,7 +7,7 @@ import java.util.Locale
class RightdarkScan : Madara(
"Rightdark Scan",
"https://rightdark-scan.com",
"https://darken-scan.com",
"es",
SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) {