Barmanga: Update domain (#8426)

Update domain

Co-authored-by: ChuyC95 <187808637+ChuyC95@users.noreply.github.com>
This commit is contained in:
Yush0DAN 2025-04-10 10:29:56 -06:00 committed by Draff
parent fe7d5c5019
commit fceca33d30
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'BarManga' extName = 'BarManga'
extClass = '.BarManga' extClass = '.BarManga'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://barmanga.com' baseUrl = 'https://archiviumbar.com'
overrideVersionCode = 1 overrideVersionCode = 2
isNsfw = false isNsfw = false
} }

View File

@ -6,7 +6,7 @@ import java.util.Locale
class BarManga : Madara( class BarManga : Madara(
"BarManga", "BarManga",
"https://barmanga.com", "https://archiviumbar.com",
"es", "es",
SimpleDateFormat("dd/MM/yyyy", Locale.ROOT), SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) { ) {