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