mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
parent
92952bc37b
commit
d7cd24be19
@ -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
Block a user