RightDarkScan: Update domain (#3535)

Update domain
This commit is contained in:
bapeey 2024-06-13 04:04:35 -05:00 committed by Draff
parent 0c3332edf7
commit c33fe52809
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 = 'Rightdark Scan' extName = 'Rightdark Scan'
extClass = '.RightdarkScan' extClass = '.RightdarkScan'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://dark-scan.com' baseUrl = 'https://darken-scan.com'
overrideVersionCode = 2 overrideVersionCode = 3
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

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