Comicaso domain changed (#4778)
This commit is contained in:
parent
195b3771d3
commit
c162877800
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Comicaso'
|
||||
extClass = '.Comicaso'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://comicaso.org'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://comicaso.id'
|
||||
overrideVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -11,7 +11,7 @@ import java.util.Locale
|
|||
|
||||
class Comicaso : MangaThemesia(
|
||||
"Comicaso",
|
||||
"https://comicaso.org",
|
||||
"https://comicaso.id",
|
||||
"id",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue