parent
2a81be31c1
commit
5a118fec87
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'InariManga'
|
||||
extClass = '.InariManga'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://visorinari.com'
|
||||
overrideVersionCode = 9
|
||||
baseUrl = 'https://rukavinari.org'
|
||||
overrideVersionCode = 10
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import java.util.Locale
|
|||
|
||||
class InariManga : MangaThemesia(
|
||||
"InariManga",
|
||||
"https://visorinari.com",
|
||||
"https://rukavinari.org",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("en")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue