mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 11:42:47 +01:00
parent
0225624d73
commit
0eb9089640
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Diskus Scan'
|
||||
extClass = '.DiskusScan'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://diskusscan.com'
|
||||
overrideVersionCode = 12
|
||||
baseUrl = 'https://diskusscan.online'
|
||||
overrideVersionCode = 13
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -25,9 +25,9 @@ import java.util.concurrent.TimeUnit
|
||||
|
||||
class DiskusScan : MangaThemesia(
|
||||
"Diskus Scan",
|
||||
"https://diskusscan.com",
|
||||
"https://diskusscan.online",
|
||||
"pt-BR",
|
||||
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")),
|
||||
dateFormat = SimpleDateFormat("MMM dd, yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
|
||||
// Changed their theme from Madara to MangaThemesia.
|
||||
|
Loading…
Reference in New Issue
Block a user