Comicaso domain changed (#4778)

This commit is contained in:
roolyz 2024-08-27 10:16:59 +07:00 committed by Draff
parent 195b3771d3
commit c162877800
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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")),
) { ) {