MangaGezgini: update domain (#10809)

This commit is contained in:
Luqman 2025-10-03 18:15:10 +07:00 committed by Draff
parent dbb77d4a12
commit 0aac33c331
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'MangaGezgini' extName = 'MangaGezgini'
extClass = '.MangaGezgini' extClass = '.MangaGezgini'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://mangagezginim.com' baseUrl = 'https://mangagezgini.love'
overrideVersionCode = 7 overrideVersionCode = 8
isNsfw = false isNsfw = false
} }

View File

@ -11,7 +11,7 @@ import java.util.Locale
class MangaGezgini : Madara( class MangaGezgini : Madara(
"MangaGezgini", "MangaGezgini",
"https://mangagezginim.com", "https://mangagezgini.love",
"tr", "tr",
SimpleDateFormat("dd/MM/yyyy", Locale.ROOT), SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) { ) {