parent
2dbf798f0c
commit
63f4b9af12
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Senpai Ediciones'
|
||||
extClass = '.SenpaiEdiciones'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'http://senpaiediciones.com'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://senpaimangas.online'
|
||||
overrideVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -6,7 +6,7 @@ import java.util.Locale
|
|||
|
||||
class SenpaiEdiciones : MangaThemesia(
|
||||
"Senpai Ediciones",
|
||||
"https://senpaiediciones.com",
|
||||
"https://senpaimangas.online",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue