parent
0c3332edf7
commit
c33fe52809
|
@ -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"
|
||||
|
|
|
@ -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")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue