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'
extClass = '.BarManga'
themePkg = 'madara'
baseUrl = 'https://barmanga.com'
overrideVersionCode = 1
baseUrl = 'https://archiviumbar.com'
overrideVersionCode = 2
isNsfw = false
}

View File

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