parent
61f7d83728
commit
8914fc42dd
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Diskus Scan'
|
extName = 'Diskus Scan'
|
||||||
extClass = '.DiskusScan'
|
extClass = '.DiskusScan'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://diskusscan.com'
|
baseUrl = 'https://diskusscan.online'
|
||||||
overrideVersionCode = 12
|
overrideVersionCode = 13
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -25,9 +25,9 @@ import java.util.concurrent.TimeUnit
|
||||||
|
|
||||||
class DiskusScan : MangaThemesia(
|
class DiskusScan : MangaThemesia(
|
||||||
"Diskus Scan",
|
"Diskus Scan",
|
||||||
"https://diskusscan.com",
|
"https://diskusscan.online",
|
||||||
"pt-BR",
|
"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.
|
// Changed their theme from Madara to MangaThemesia.
|
||||||
|
|
Loading…
Reference in New Issue