Hentaicb: Fix domain ()

fix domain
This commit is contained in:
dngonz 2025-04-04 09:13:20 +02:00 committed by Draff
parent 1e3a5d8906
commit f1fd001e3f
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions
src/vi/hentaicube
build.gradle
src/eu/kanade/tachiyomi/extension/vi/hentaicube

@ -2,8 +2,8 @@ ext {
extName = 'CBHentai'
extClass = '.HentaiCB'
themePkg = 'madara'
baseUrl = 'https://hentaicb.lat'
overrideVersionCode = 14
baseUrl = 'https://hentaicb.bar'
overrideVersionCode = 15
isNsfw = true
}

@ -24,7 +24,7 @@ import java.util.Locale
class HentaiCB :
Madara(
"CBHentai",
"https://hentaicb.lat",
"https://hentaicb.bar",
"vi",
SimpleDateFormat("dd/MM/yyyy", Locale("vi")),
),