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