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' extName = 'Manga Livre'
extClass = '.MangaLivre' extClass = '.MangaLivre'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://mangalivre.ru' baseUrl = 'https://mangalivre.tv'
overrideVersionCode = 0 overrideVersionCode = 1
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

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