Manga livre: Fix domain (#8351)

fix domain
This commit is contained in:
dngonz 2025-04-04 09:13:32 +02:00 committed by Draff
parent f1fd001e3f
commit fcb1ff01ad
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Manga Livre'
extClass = '.MangaLivre'
themePkg = 'madara'
baseUrl = 'https://mangalivre.ru'
overrideVersionCode = 0
baseUrl = 'https://mangalivre.tv'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,7 @@ import java.util.Locale
class MangaLivre : Madara(
"Manga Livre",
"https://mangalivre.ru",
"https://mangalivre.tv",
"pt-BR",
SimpleDateFormat("MMMM dd, yyyy", Locale("pt")),
) {