TecnoScans: Update domain (#2654)

Update domain
This commit is contained in:
bapeey 2024-04-29 05:38:25 -05:00 committed by Draff
parent 0522aaf29e
commit 3f6a8b9fd0
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Tecno Scan'
extClass = '.TecnoScan'
themePkg = 'mangathemesia'
baseUrl = 'https://tecnoscann.com'
overrideVersionCode = 6
baseUrl = 'https://visortecno.com'
overrideVersionCode = 7
isNsfw = true
}

View File

@ -6,7 +6,7 @@ import java.util.Locale
class TecnoScan : MangaThemesia(
"Tecno Scan",
"https://tecnoscann.com",
"https://visortecno.com",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) {