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