TruyenVN: Update domain ()

Update domain
This commit is contained in:
Chopper 2024-05-26 04:59:36 -03:00 committed by Draff
parent d7b79fcc0f
commit c900e6c0a0
2 changed files with 3 additions and 3 deletions
src/vi/truyenvn
build.gradle
src/eu/kanade/tachiyomi/extension/vi/truyenvn

@ -2,8 +2,8 @@ ext {
extName = 'TruyenVN'
extClass = '.TruyenVN'
themePkg = 'madara'
baseUrl = 'https://truyenvn.lol'
overrideVersionCode = 0
baseUrl = 'https://truyenvn.xyz'
overrideVersionCode = 1
isNsfw = true
}

@ -6,7 +6,7 @@ import java.util.Locale
class TruyenVN : Madara(
"TruyenVN",
"https://truyenvn.lol",
"https://truyenvn.xyz",
"vi",
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) {