RightDarkScan: Update domain (#3535)

Update domain
This commit is contained in:
bapeey 2024-06-13 04:04:35 -05:00 committed by GitHub
parent 92952bc37b
commit d7cd24be19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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://dark-scan.com'
overrideVersionCode = 2
baseUrl = 'https://darken-scan.com'
overrideVersionCode = 3
}
apply from: "$rootDir/common.gradle"

View File

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